From: John David Anglin Date: Sun, 15 Oct 2006 23:59:21 +0000 (+0000) Subject: config.gcc (hppa*64*-*-hpux11*, [...]): Default to posix thread support. X-Git-Tag: releases/gcc-4.0.4~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b61e62102542319f780444d4577419ccedc5c520;p=thirdparty%2Fgcc.git config.gcc (hppa*64*-*-hpux11*, [...]): Default to posix thread support. * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to posix thread support. From-SVN: r117758 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f0a7bf08e885..3cad88094605 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-10-15 John David Anglin + + * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to + posix thread support. + 2006-10-09 Steve Ellcey PR target/28490 diff --git a/gcc/config.gcc b/gcc/config.gcc index 010317c5a5e8..36aedc68080d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -909,7 +909,7 @@ hppa*64*-*-hpux11*) tmake_file="pa/t-pa64 pa/t-pa-hpux" extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o" case x${enable_threads} in - xyes | xposix ) + x | xyes | xposix ) thread_file=posix ;; esac @@ -929,7 +929,7 @@ hppa[12]*-*-hpux11*) esac tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib" case x${enable_threads} in - xyes | xposix ) + x | xyes | xposix ) thread_file=posix ;; esac