From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amos Waterland Date: Fri, 21 Mar 2008 14:48:10 -0400 Subject: [U-Boot-Users] [PATCH] Set HOSTARCH on ppc64 system Message-ID: <20080321184810.GA3264@us.ibm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This is necessary to native build u-boot on a ppc64 system. Signed-off-by: Amos Waterland --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f301640..027b347 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:]' | \