aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-05-23 10:00:39 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-05-23 10:00:39 +0000
commitda90c957c8583002f68b03575402179394d28ec6 (patch)
tree68808f8be4f812dd9877cf118bc450d815ea55df /gcc/configure
parent7bba408b970437ce2ec52b61e38d7636d1bfaa21 (diff)
downloadgcc-da90c957c8583002f68b03575402179394d28ec6.zip
gcc-da90c957c8583002f68b03575402179394d28ec6.tar.gz
gcc-da90c957c8583002f68b03575402179394d28ec6.tar.bz2
configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
* configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list. * configure: Regenerate. From-SVN: r174061
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
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}
;;
*)