projects
/
urcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c97410
)
Add ia64 architecture based on gcc primitives
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Fri, 18 Jun 2010 16:06:19 +0000
(12:06 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Fri, 18 Jun 2010 16:06:19 +0000
(12:06 -0400)
This of course assumes that ia64 gcc correctly implements the various
__sync_ primitives. ;-)
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 1b1ca65fb5efbe4f6bd3ce9c147d142c87f268a9..61a0d7613a9fb887d7bdd998b78f07e00a82c095 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-51,6
+51,7
@@
case $host_cpu in
s390x) ARCHTYPE="s390" ;;
sparc64) ARCHTYPE="sparc64" ;;
alpha*) ARCHTYPE="alpha" ;;
+ ia64) ARCHTYPE="gcc" ;;
*) ARCHTYPE="unknown";;
esac
This page took
0.025353 seconds
and
4
git commands to generate.