From da90c957c8583002f68b03575402179394d28ec6 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 23 May 2011 10:00:39 +0000 Subject: 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 --- gcc/ChangeLog | 5 +++++ gcc/configure | 4 ++-- gcc/configure.ac | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'gcc') 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 + + * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list. + * configure: Regenerate. + 2011-05-23 Jakub Jelinek 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} ;; *) -- cgit v1.1