configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 23 May 2011 10:00:39 +0000 (10:00 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 23 May 2011 10:00:39 +0000 (10:00 +0000)
* configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
* configure: Regenerate.

From-SVN: r174061

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 04218110da561ddeb06894550b65c132e0935d1d..e7398cbd1c93652808449fd5bfd702f637c399a8 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
+       * configure: Regenerate.
+
 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/48973
index a054764333a237714c1c84841249dfeec8e68844..4672f49f92e30852f0616857fd349dc989f26437 100755 (executable)
@@ -10794,8 +10794,8 @@ case ${enable_threads} in
     # default
     target_thread_file='single'
     ;;
-  aix | dce | gnat | irix | posix | posix95 | rtems | \
-  single | vxworks | win32 | mipssde)
+  aix | dce | gnat | lynx | mipssde | nks | posix | posix95 | rtems | \
+  single | tpf | vxworks | win32)
     target_thread_file=${enable_threads}
     ;;
   *)
index ff6d5e90157d07ccecdf060322c132cc3b3d89d6..fefee49d8587b83f90164e855300c45153f81a83 100644 (file)
@@ -1340,8 +1340,8 @@ case ${enable_threads} in
     # default
     target_thread_file='single'
     ;;
-  aix | dce | gnat | irix | posix | posix95 | rtems | \
-  single | vxworks | win32 | mipssde)
+  aix | dce | gnat | lynx | mipssde | nks | posix | posix95 | rtems | \
+  single | tpf | vxworks | win32)
     target_thread_file=${enable_threads}
     ;;
   *)