RCS file: /cvsroot/bdwgc/bdwgc/configure.ac,v
retrieving revision 1.60
diff -u -r1.60 configure.ac
|
|
|
|
| 219 | 219 | INCLUDES="$INCLUDES -pthread" |
| 220 | 220 | THREADDLLIBS="-lpthread -lrt" |
| 221 | 221 | ;; |
| | 222 | *-*-haiku*) |
| | 223 | THREADDLLIBS="" |
| | 224 | AC_DEFINE(GC_HAIKU_THREADS) |
| | 225 | AC_DEFINE(_REENTRANT) |
| | 226 | ;; |
| 222 | 227 | *) |
| 223 | 228 | AC_MSG_ERROR("Pthreads not supported by the GC on this platform.") |
| 224 | 229 | ;; |
RCS file: /cvsroot/bdwgc/bdwgc/ltmain.sh,v
retrieving revision 1.5
diff -u -r1.5 ltmain.sh
|
|
|
|
| 124 | 124 | : ${MKDIR="mkdir"} |
| 125 | 125 | : ${MV="mv -f"} |
| 126 | 126 | : ${RM="rm -f"} |
| 127 | | : ${SED="/bin/sed"} |
| | 127 | : ${SED="/boot/common/bin/sed"} |
| 128 | 128 | : ${SHELL="${CONFIG_SHELL-/bin/sh}"} |
| 129 | 129 | : ${Xsed="$SED -e 1s/^X//"} |
| 130 | 130 | |
| … |
… |
|
| 4522 | 4522 | -l*) |
| 4523 | 4523 | if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then |
| 4524 | 4524 | case $host in |
| 4525 | | *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*) |
| | 4525 | *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) |
| 4526 | 4526 | # These systems don't actually have a C or math library (as such) |
| 4527 | 4527 | continue |
| 4528 | 4528 | ;; |
| … |
… |
|
| 6476 | 6476 | if test "$build_libtool_libs" = yes; then |
| 6477 | 6477 | if test -n "$rpath"; then |
| 6478 | 6478 | case $host in |
| 6479 | | *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*) |
| | 6479 | *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) |
| 6480 | 6480 | # these systems don't actually have a c library (as such)! |
| 6481 | 6481 | ;; |
| 6482 | 6482 | *-*-rhapsody* | *-*-darwin1.[012]) |
RCS file: /cvsroot/bdwgc/bdwgc/include/private/gcconfig.h,v
retrieving revision 1.65
diff -u -r1.65 gcconfig.h
|
|
|
|
| 230 | 230 | # define BEOS |
| 231 | 231 | # define mach_type_known |
| 232 | 232 | # endif |
| | 233 | # if defined(__HAIKU__) && defined(_X86_) |
| | 234 | # define I386 |
| | 235 | # define BEOS |
| | 236 | # define mach_type_known |
| | 237 | # endif |
| 233 | 238 | # if defined(OPENBSD) && defined(__amd64__) |
| 234 | 239 | # define X86_64 |
| 235 | 240 | # define mach_type_known |