mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-05 04:39:59 +08:00
* config.gcc (ia64*-*-hpux*): Make posix threads the default.
From-SVN: r121180
This commit is contained in:
parent
ff393407cf
commit
79e8b6c016
@ -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…
Reference in New Issue
Block a user