haiku/src/build
Oliver Tappe 692e9b11e4 Build fix part 2: active libroot_build.a again:
* uncomment the building of libroot_build.a again
* add function remapper to HOST_STATIC_LIBROOT
* drop TODO about the function remapper not working with the static
  libroot

Ingo: please review - I think this should work, but I'm not so sure
where HOST_STATIC_LIBROOT should be in the list of libraries of its
only user (<build>bfs_fuse): where it is now or right at the end?

As it is now, the resulting binary still contains references to
host-libc-implementations of close() & others, which are triggered by
the other libs (like libfuse.so). If I put HOST_STATIC_LIBROOT right at
the end, those references are gone, though. But which is correct?
2011-11-25 22:04:51 +01:00
..
libbe Add a BStringList class 2011-11-25 06:19:45 +01:00
libhaikucompat Make use of the UsePrivateBuildHeaders rule. 2011-06-14 00:51:52 +00:00
libpackage Add class BPackageInfoContentHandler 2011-11-25 06:19:48 +01:00
libroot Build fix part 2: active libroot_build.a again: 2011-11-25 22:04:51 +01:00
libshared Added several APIs to libbe_build/libshared_build 2011-11-25 06:17:33 +01:00
Jamfile Build libpackage for the build platform 2011-11-25 06:17:34 +01:00