aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/configure4
-rw-r--r--gcc/configure.ac4
3 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0421811..e7398cb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/configure b/gcc/configure
index a054764..4672f49 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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}
;;
*)
diff --git a/gcc/configure.ac b/gcc/configure.ac
index ff6d5e9..fefee49 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -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}
;;
*)