haiku/src
Alex Smith b067b2878b Fix expr from coreutils on x86_64.
The coreutils sources get built against the regex.h included with
coreutils, but linked against the regex implementation in libroot. Some
of the types used by coreutils' regex implementation differ from those
in libroot's on 64-bit platforms meaning they are incompatible. Fixed by
building coreutils' own regex implementation rather than linking to
libroot's (GCC 2 still uses libroot though, coreutils' implementation
doesn't build with GCC 2).
2012-08-14 11:08:21 +01:00
..
add-ons Fixed up network stack and drivers for x86_64. 2012-08-10 14:30:54 +01:00
apps Added more things to x86_64 image. 2012-08-10 09:32:54 +01:00
bin Fix expr from coreutils on x86_64. 2012-08-14 11:08:21 +01:00
build
data Created mime sniffer rule for HVIF icons. 2012-07-30 08:36:46 +00:00
documentation Fixed typo. Fixes #8755 2012-07-30 13:12:02 +00:00
kits Better fix for picture data type mismatch. 2012-08-11 13:26:59 +01:00
libs Fixed up network stack and drivers for x86_64. 2012-08-10 14:30:54 +01:00
preferences Added more things to x86_64 image. 2012-08-10 09:32:54 +01:00
servers Fixed up network stack and drivers for x86_64. 2012-08-10 14:30:54 +01:00
system Compile remaining x86 bits for x86_64. 2012-08-09 13:18:53 +01:00
tests
tools Support ELF64 in set_haiku_revision. 2012-08-11 09:17:15 +01:00
Jamfile