install.texi (Configuration, [...]): Remove mach.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 19 Apr 2011 17:22:28 +0000 (17:22 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 19 Apr 2011 17:22:28 +0000 (17:22 +0000)
gcc:
* doc/install.texi (Configuration, --enable-threads): Remove mach.
Add lynx, mipssde.
Sort table.

boehm-gc:
* configure.ac (THREADS): Remove decosf1, irix, mach, os2.
* configure: Regenerate

libjava:
* configure.ac (THREADS): Remove decosf1, irix, mach, os2.
* configure: Regenerate

From-SVN: r172726

boehm-gc/ChangeLog
boehm-gc/configure
boehm-gc/configure.ac
gcc/ChangeLog
gcc/doc/install.texi
libjava/ChangeLog
libjava/configure
libjava/configure.ac

index 7d382b6b5f0ba9e030ab94ec914e4b0c91dea319..24b5fa7e006242f46e48555842a436161024a048 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (THREADS): Remove decosf1, irix, mach, os2.
+       * configure: Regenerate
+
 2011-04-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR testsuite/48480
index 8da6b17add0360bb6627bef53b2017fb714b7b85..7defe3842c7e77a740fe2a7557adf9a017788211 100755 (executable)
@@ -14867,7 +14867,7 @@ $as_echo "#define GC_OSF1_THREADS 1" >>confdefs.h
     $as_echo "#define _REENTRANT 1" >>confdefs.h
 
     ;;
- decosf1 | irix | mach | os2 | dce | vxworks)
+ dce | vxworks)
     as_fn_error "thread package $THREADS not yet supported" "$LINENO" 5
     ;;
  *)
index 88f5b8063e74734292993d779efa8124a026424a..1f7fb25c0e5da177ac71cadd4fc13225d9d58bca 100644 (file)
@@ -235,7 +235,7 @@ case "$THREADS" in
     AC_DEFINE(GC_AIX_THREADS,1)
     AC_DEFINE(_REENTRANT,1)
     ;;
- decosf1 | irix | mach | os2 | dce | vxworks)
+ dce | vxworks)
     AC_MSG_ERROR(thread package $THREADS not yet supported)
     ;;
  *)
index 9956f1aa0267d1311fa0d914b1ba094019154cd3..210d7b07321cb000678cc7b86c3123792ee24a0e 100644 (file)
@@ -1,3 +1,9 @@
+2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * doc/install.texi (Configuration, --enable-threads): Remove mach.
+       Add lynx, mipssde.
+       Sort table.
+
 2011-04-19  Xinliang David Li  <davidxl@google.com>
        
        * ipa-cp.c (ipcp_update_profiling): asserting
index dfadb9d59defb4e0ad1f75fdaa9a2dbfc69e367d..688628f9438b0cbd528aefdd47d410f6cacb6579 100644 (file)
@@ -1112,10 +1112,12 @@ to @samp{single}.  When used in conjunction with the Ada run time, it
 causes GCC to use the same thread primitives as Ada uses.  This option
 is necessary when using both Ada and the back end exception handling,
 which is the default for most Ada targets.
-@item mach
-Generic MACH thread support, known to work on NeXTSTEP@.  (Please note
-that the file needed to support this configuration, @file{gthr-mach.h}, is
-missing and thus this setting will cause a known bootstrap failure.)
+@item lynx
+LynxOS thread support.
+@item mipssde
+MIPS SDE thread support.
+@item nks
+Novell Kernel Services thread support.
 @item no
 This is an alias for @samp{single}.
 @item posix
@@ -1126,12 +1128,12 @@ Generic POSIX/Unix95 thread support.
 RTEMS thread support.
 @item single
 Disable thread support, should work for all platforms.
+@item tpf
+TPF thread support.
 @item vxworks
 VxWorks thread support.
 @item win32
 Microsoft Win32 API thread support.
-@item nks
-Novell Kernel Services thread support.
 @end table
 
 @item --enable-tls
index ded4e7ce4534a99a7fd71156e87d5d2b0749ec03..3169f1db6e9b761db1ac3109d0a18e9ac8e84ac0 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (THREADS): Remove decosf1, irix, mach, os2.
+       * configure: Regenerate
+
 2011-04-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
index 8d7f0d572158f3b88bedd5732d898947193cd12b..7681b12fdf8b201dace09f36d660233fe61fefca 100755 (executable)
@@ -20704,7 +20704,7 @@ $as_echo "#define LINUX_THREADS 1" >>confdefs.h
     ;;
  win32)
     ;;
- decosf1 | irix | mach | os2 | dce | vxworks)
+ dce | vxworks)
     as_fn_error "thread package $THREADS not yet supported" "$LINENO" 5
     ;;
  *)
index 4cbff945f86d0ec4057671e60ccf7aeca9385759..4cfd49fd56f9f9d254392f8c5243071d9e6d42b6 100644 (file)
@@ -1048,7 +1048,7 @@ case "$THREADS" in
     ;;
  win32)
     ;;
- decosf1 | irix | mach | os2 | dce | vxworks)
+ dce | vxworks)
     AC_MSG_ERROR(thread package $THREADS not yet supported)
     ;;
  *)