]> git.sur5r.net Git - u-boot/commitdiff
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 988dba8b3a1320b7b52c4aa7e5d8acefacadc358..2ff3e06a934062cdf8215ed507cd031e86fd905b 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:]' | \