Message ID | yddwri9gowm.fsf@manam.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
> 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. BTW, feel free to also remove any trace of --enable-threads=gnat. This is a long obsolete option which has never really been used and should be removed. I never got around the time to submit a patch to that effect, so if you feel like doing this clean up, that'd be welcome. Arno
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} ;; *)