Commit 79e8b6c0 by Steve Ellcey Committed by Steve Ellcey

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

From-SVN: r121180
parent ff393407
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
* config/pa/pa.c (pa_init_builtins): Set asm names for finite routines.
* config/ia64/ia64.c (ia64_init_builtins): Ditto.
......
......@@ -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
......
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