From: Kumar Gala Date: Wed, 8 Aug 2007 09:14:28 +0000 (-0500) Subject: Treat ppc64 host as ppc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a22806469a8f2b69c829f4fd5361fdebd0cb01b4;p=project%2Fbcm63xx%2Fu-boot.git Treat ppc64 host as ppc Signed-off-by: Kumar Gala --- 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:]' | \