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-Tag: releases/gcc-4.3.0~7250 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79e8b6c016683a0b94057294a18b393965464620;p=thirdparty%2Fgcc.git * config.gcc (ia64*-*-hpux*): Make posix threads the default. From-SVN: r121180 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca84d3dbca20..f9af580517f7 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 b55f3b510b54..86496c359907 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