Commit da90c957 by Rainer Orth Committed by Rainer Orth

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
parent 7bba408b
2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
* configure: Regenerate.
2011-05-23 Jakub Jelinek <jakub@redhat.com>
PR middle-end/48973
......
......@@ -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}
;;
*)
......
......@@ -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}
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment