⛏️ index : buildtools.git

author Ingo Weinhold <ingo_weinhold@gmx.de> 2005-11-17 16:28:33.0 +00:00:00
committer Ingo Weinhold <ingo_weinhold@gmx.de> 2005-11-17 16:28:33.0 +00:00:00
commit
05e88697a993c5be4df15be668cece6d338cf09f [patch]
tree
c45ab9e1516153be7c6ab24e46e8761c72e8d2ab
parent
418d835d48fd229a5a94ffa185e34adc1fda8b4a
download
05e88697a993c5be4df15be668cece6d338cf09f.tar.gz

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(-)

diff --git a/gcc4/gcc/configure b/gcc4/gcc/configure
index f15c92e..3577a2f 100755
--- a/gcc4/gcc/configure
+++ b/gcc4/gcc/configure
@@ -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}
    ;;
diff --git a/gcc4/gcc/configure.ac b/gcc4/gcc/configure.ac
index 54f86a2..685b78f 100644
--- a/gcc4/gcc/configure.ac
+++ b/gcc4/gcc/configure.ac
@@ -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}
    ;;