summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ca84d3dbca2..f9af580517f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index b55f3b510b5..86496c35990 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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
OpenPOWER on IntegriCloud