* config.gcc (ia64*-*-hpux*): Make posix threads the default.
From-SVN: r121180
This commit is contained in:
parent
ff393407cf
commit
79e8b6c016
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue