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/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/configure') 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} ;; *) -- cgit v1.1