projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ccf9cb
)
Add build support for ppc when $HOSTTYPE is "ppc"
author
Jon Bernard
<jbernard@debian.org>
Tue, 29 Sep 2009 19:22:54 +0000
(15:22 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Tue, 29 Sep 2009 19:22:54 +0000
(15:22 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Makefile.build.inc
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.build.inc
b/Makefile.build.inc
index 3f05de97a397d0a1137deba17b01108ffc4f1874..010bcf578a4b80307a2cb0ec05b6766be1d05827 100644
(file)
--- a/
Makefile.build.inc
+++ b/
Makefile.build.inc
@@
-29,6
+29,9
@@
endif
ifeq ("${HOSTTYPE}","ppc64")
ARCHTYPE=ppc
endif
+ifeq ("${HOSTTYPE}","ppc")
+ARCHTYPE=ppc
+endif
ifeq ("${HOSTTYPE}","s390")
ARCHTYPE=s390
endif
This page took
0.025506 seconds
and
4
git commands to generate.