From: John David Anglin Date: Sun, 15 Oct 2006 23:05:31 +0000 (+0000) Subject: config.gcc (hppa*64*-*-hpux11*, [...]): Default to posix thread support. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27ca3a61920e5dc4a6e280e88659b3b1b9bb80a7;p=gcc.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: r117756 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2676f32b6f6..abca225253a 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-15 Jan Hubicka PR middle-end/29241 diff --git a/gcc/config.gcc b/gcc/config.gcc index b6de3e775ae..1e3c35887cd 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -967,7 +967,7 @@ hppa*64*-*-hpux11*) extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \ libgcc_stub.a" case x${enable_threads} in - xyes | xposix ) + x | xyes | xposix ) thread_file=posix ;; esac @@ -996,7 +996,7 @@ hppa[12]*-*-hpux11*) tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver" fi case x${enable_threads} in - xyes | xposix ) + x | xyes | xposix ) thread_file=posix ;; esac