summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-08-08 04:14:28 -0500
committerWolfgang Denk <wd@denx.de>2007-08-09 23:33:43 +0200
commita22806469a8f2b69c829f4fd5361fdebd0cb01b4 (patch)
tree014a8c727871f0af1cebadbf60072f9d4dcbd1b6 /Makefile
parent0dc4279b08ff82472bec2e2c90858602459febe8 (diff)
downloadblackbird-obmc-uboot-a22806469a8f2b69c829f4fd5361fdebd0cb01b4.tar.gz
blackbird-obmc-uboot-a22806469a8f2b69c829f4fd5361fdebd0cb01b4.zip
Treat ppc64 host as ppc
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 988dba8b3a..2ff3e06a93 100644
--- 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:]' | \
OpenPOWER on IntegriCloud