提交 8d1f6355 编写于 作者: N Nobuhiro Iwamatsu

sh: Fix build on the target

SH fails building on the target.
This supports this.
Signed-off-by: NNobuhiro Iwamatsu <iwamatsu@nigauri.org>
上级 e5ed138a
......@@ -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/')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册