diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2006-10-15 23:05:31 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2006-10-15 23:05:31 +0000 |
commit | 27ca3a61920e5dc4a6e280e88659b3b1b9bb80a7 (patch) | |
tree | 30e82fd91672240f4c44d2317a5aa1a0e0a8de4d /gcc/config.gcc | |
parent | ba19ceaeeda23eb90bf8a277eeb9bcdbb78413fa (diff) | |
download | gcc-27ca3a61920e5dc4a6e280e88659b3b1b9bb80a7.zip gcc-27ca3a61920e5dc4a6e280e88659b3b1b9bb80a7.tar.gz gcc-27ca3a61920e5dc4a6e280e88659b3b1b9bb80a7.tar.bz2 |
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b6de3e7..1e3c358 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 |