This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5de8542789
Branches
Tags
View all branches
haiku
/
headers
/
private
History
Ingo Weinhold
5de8542789
Since the kernel links against libgcc.a and we use some C++ features that cause functions of libgcc.a to be included that use a couple of formerly undefined symbols (stderr, fprintf, abort, debugger) those had to be added to kernel_cpp.cpp. We don't build the kernel utils as static library anymore, since libgcc.a is listed at the end of the link command line and trying to change that would be a bit ugly. For C++ in the boot loader nothing changes.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9554 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-27 22:07:00 +00:00
..
app
…
disk_scanner
…
graphics
sorted a few defines :)
2004-10-25 09:52:52 +00:00
input
…
interface
…
kernel
Since the kernel links against libgcc.a and we use some C++ features that cause functions of libgcc.a to be included that use a couple of formerly undefined symbols (stderr, fprintf, abort, debugger) those had to be added to kernel_cpp.cpp. We don't build the kernel utils as static library anymore, since libgcc.a is listed at the end of the link command line and trying to change that would be a bit ugly. For C++ in the boot loader nothing changes.
2004-10-27 22:07:00 +00:00
libroot
…
mail
…
media
Added an extra thread for chunk extraction. Using the ChunkCache,
2004-10-24 14:21:34 +00:00
midi
…
net
…
print
Fixed spelling of instantiate_transport
2004-10-22 22:35:59 +00:00
screen_saver
…
servers
/app
…
shared
…
storage
…
syslog_daemon
…
textencoding
…