Missed that. Part of patch gcc-3.4.3-BeOS-gthread.diff from Marcin's gcc 3.4.3 package. Enables thread support for BeOS.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@14997 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
gcc4/gcc/configure | 2 +-
gcc4/gcc/configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -12021,7 +12021,7 @@
# default
target_thread_file='single'
;;
aix | dce | gnat | irix | posix | posix95 | rtems | \
aix | beos | dce | gnat | irix | posix | posix95 | rtems | \
single | solaris | vxworks | win32 )
target_thread_file=${enable_threads}
;;
@@ -1277,7 +1277,7 @@
# default
target_thread_file='single'
;;
aix | dce | gnat | irix | posix | posix95 | rtems | \
aix | beos | dce | gnat | irix | posix | posix95 | rtems | \
single | solaris | vxworks | win32 )
target_thread_file=${enable_threads}
;;