commit | cd42c9064c8e19e88d5779541fbe121556521aef | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Wed Jun 16 07:59:17 2010 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Mon Jun 28 11:58:33 2010 +0900 |
tree | b6345672bee3d03ec3b56820010d992314f76af2 | |
parent | c1d7d8057f4d6f8b26f3540cc0ca1666f3e82ab4 [diff] [blame] |
sh: Fix build on the target SH fails building on the target. This supports this. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
diff --git a/Makefile b/Makefile index 87d5214..f46b123 100644 --- a/Makefile +++ b/Makefile
@@ -40,7 +40,8 @@ -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/')