[U-Boot-Users] [PATCH] Set HOSTARCH on ppc64 system
Amos Waterland
apw at us.ibm.com
Fri Mar 21 19:48:10 CET 2008
This is necessary to native build u-boot on a ppc64 system.
Signed-off-by: Amos Waterland <apw at us.ibm.com>
---
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:]' | \
More information about the U-Boot
mailing list