commit | 7eab200fe281ac3ae288404d4465cad06b9434b7 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Aug 08 04:14:28 2007 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Thu Aug 09 23:33:43 2007 +0200 |
tree | 014a8c727871f0af1cebadbf60072f9d4dcbd1b6 | |
parent | d59890b896ae5c8c135b6806b3cecfb529f95383 [diff] [blame] |
Treat ppc64 host as ppc Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/Makefile b/Makefile index 988dba8..2ff3e06 100644 --- a/Makefile +++ b/Makefile
@@ -34,6 +34,7 @@ -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:]' | \