* config.gcc (ia64*-*-hpux*): Make posix threads the default.

From-SVN: r121180
This commit is contained in:
Steve Ellcey 2007-01-25 18:08:16 +00:00 committed by Steve Ellcey
parent ff393407cf
commit 79e8b6c016
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-01-25 Steve Ellcey <sje@cup.hp.com>
* config.gcc (ia64*-*-hpux*): Make posix threads the default.
2007-01-25 Steve Ellcey <sje@cup.hp.com>
PR other/30182

View File

@ -1410,7 +1410,7 @@ ia64*-*-hpux*)
tmake_file="ia64/t-ia64 ia64/t-hpux"
target_cpu_default="MASK_GNU_AS"
case x$enable_threads in
xyes | xposix )
x | xyes | xposix )
thread_file=posix
;;
esac