[U-Boot-Users] [PATCH] Treat ppc64 host as ppc
Kumar Gala
galak at kernel.crashing.org
Wed Aug 8 11:14:28 CEST 2007
Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index cf3fbcb..4e2cd04 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:]' | \
--
1.5.2.2
More information about the U-Boot
mailing list