From: Kumar Gala <galak@kernel.crashing.org>
Date: Wed, 8 Aug 2007 09:14:28 +0000 (-0500)
Subject: Treat ppc64 host as ppc
X-Git-Tag: v2025.01-rc5-pxa1908~22722^2~6^2~11^2^2
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=a22806469a8f2b69c829f4fd5361fdebd0cb01b4;p=u-boot.git

Treat ppc64 host as ppc

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---

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