[U-Boot] [PATCH 1/2] sh: Fix build on the target

16 Jun
2010
16 Jun
'10
1:21 a.m.
SH fails building on the target. This supports this.
Signed-off-by: Nobuhiro Iwamatsu iwamatsu@nigauri.org --- Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 9b14733..b507dc2 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,8 @@ HOSTARCH := $(shell uname -m | \ -e s/sa110/arm/ \ -e s/ppc64/powerpc/ \ -e s/ppc/powerpc/ \ - -e s/macppc/powerpc/) + -e s/macppc/powerpc/\ + -e s/sh.*/sh/)
HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \ sed -e 's/(cygwin).*/cygwin/')
--
1.7.1
5442
Age (days ago)
5442
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nobuhiro Iwamatsu