diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-01-25 18:08:16 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2007-01-25 18:08:16 +0000 |
commit | 79e8b6c016683a0b94057294a18b393965464620 (patch) | |
tree | ab313fb5e42c9a839a28422df21c158f93ac8b13 /gcc/config.gcc | |
parent | ff393407cf034d6560955f35f1804a634668a199 (diff) | |
download | gcc-79e8b6c016683a0b94057294a18b393965464620.zip gcc-79e8b6c016683a0b94057294a18b393965464620.tar.gz gcc-79e8b6c016683a0b94057294a18b393965464620.tar.bz2 |
* config.gcc (ia64*-*-hpux*): Make posix threads the default.
From-SVN: r121180
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b55f3b5..86496c3 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 |