Treat ppc64 host as ppc
authorKumar Gala <galak@kernel.crashing.org>
Wed, 8 Aug 2007 09:14:28 +0000 (04:14 -0500)
committerWolfgang 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

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:]' | \