From: Rainer Orth Date: Mon, 23 May 2011 10:00:39 +0000 (+0000) Subject: configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da90c957c8583002f68b03575402179394d28ec6;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 04218110da5..e7398cbd1c9 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 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} ;; *) diff --git a/gcc/configure.ac b/gcc/configure.ac index ff6d5e90157..fefee49d858 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} ;; *)