From 79e8b6c016683a0b94057294a18b393965464620 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Thu, 25 Jan 2007 18:08:16 +0000 Subject: [PATCH] * config.gcc (ia64*-*-hpux*): Make posix threads the default. From-SVN: r121180 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca84d3dbca2..f9af580517f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-01-25 Steve Ellcey + + * config.gcc (ia64*-*-hpux*): Make posix threads the default. + 2007-01-25 Steve Ellcey PR other/30182 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