From patchwork Mon May 2 14:25:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [build] More --enable-threads cleanup Date: Mon, 02 May 2011 04:25:45 -0000 From: Rainer Orth X-Patchwork-Id: 93667 Message-Id: To: gcc-patches@gcc.gnu.org Cc: Paolo Bonzini , Ralf Wildenhues In my last --enable-threads cleanup patch [build, doc] Cleanup --enable-threads support http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00735.html I missed another opportunity, handled by this patch. Bootstrapped on i386-pc-solaris2.11 (not that it's relevant). Ok for mainline? Rainer 2011-04-30 Rainer Orth gcc: * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list. * configure: Regenerate. diff --git a/gcc/configure.ac b/gcc/configure.ac --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1331,8 +1331,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} ;; *)