projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dc4279
)
Treat ppc64 host as ppc
author
Kumar Gala
<galak@kernel.crashing.org>
Wed, 8 Aug 2007 09:14:28 +0000
(
04:14
-0500)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 9 Aug 2007 21:33:43 +0000
(23:33 +0200)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
988dba8
..
2ff3e06
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-34,6
+34,7
@@
HOSTARCH := $(shell uname -m | \
-e s/arm.*/arm/ \
-e s/sa110/arm/ \
-e s/powerpc/ppc/ \
+ -e s/ppc64/ppc/ \
-e s/macppc/ppc/)
HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \