From: Kumar Gala Date: Wed, 8 Aug 2007 09:14:28 +0000 (-0500) Subject: Treat ppc64 host as ppc X-Git-Tag: v2008.10-rc1~906^2~6^2~11^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a22806469a8f2b69c829f4fd5361fdebd0cb01b4;p=platform%2Fkernel%2Fu-boot.git Treat ppc64 host as ppc Signed-off-by: Kumar Gala --- diff --git a/Makefile b/Makefile index 988dba8..2ff3e06 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:]' | \