summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-05-23 10:00:39 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-05-23 10:00:39 +0000
commit3f25492eee158ad801f510de3a44e6d19824c8a7 (patch)
tree68808f8be4f812dd9877cf118bc450d815ea55df /gcc/configure
parentd430af93a3e9c4cf85ca0c8235c16ae8c7d8a797 (diff)
downloadgcc-3f25492eee158ad801f510de3a44e6d19824c8a7.tar.gz
* configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174061 138bc75d-0d04-0410-961f-82ee72b054a4
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 a054764333a..4672f49f92e 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}
;;
*)