projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff39340
)
* config.gcc (ia64*-*-hpux*): Make posix threads the default.
author
Steve Ellcey
<sje@cup.hp.com>
Thu, 25 Jan 2007 18:08:16 +0000
(18:08 +0000)
committer
Steve Ellcey
<sje@gcc.gnu.org>
Thu, 25 Jan 2007 18:08:16 +0000
(18:08 +0000)
From-SVN: r121180
gcc/ChangeLog
patch
|
blob
|
history
gcc/config.gcc
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index ca84d3dbca20c7b8e242df2f22e1b168ddef6fb0..f9af580517f7af0c9beb46135990befd44074c8a 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2007-01-25 Steve Ellcey <sje@cup.hp.com>
+
+ * config.gcc (ia64*-*-hpux*): Make posix threads the default.
+
2007-01-25 Steve Ellcey <sje@cup.hp.com>
PR other/30182
diff --git
a/gcc/config.gcc
b/gcc/config.gcc
index b55f3b510b54802335d8512431401006bcb8dd16..86496c35990742f74aebe0669d68212642de181e 100644
(file)
--- 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
| x
yes | xposix )
thread_file=posix
;;
esac