From: Steve Ellcey Date: Thu, 25 Jan 2007 18:08:16 +0000 (+0000) Subject: * config.gcc (ia64*-*-hpux*): Make posix threads the default. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79e8b6c016683a0b94057294a18b393965464620;p=gcc.git * config.gcc (ia64*-*-hpux*): Make posix threads the default. From-SVN: r121180 --- 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