提交 721564a2 编写于 作者: R Rich Felker

make configure accept mipsel

上级 3a1e7566
...@@ -197,7 +197,7 @@ case "$target" in ...@@ -197,7 +197,7 @@ case "$target" in
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
i?86*) ARCH=i386 ;; i?86*) ARCH=i386 ;;
x86_64*) ARCH=x86_64 ;; x86_64*) ARCH=x86_64 ;;
mips-*) ARCH=mips ;; mips-*|mipsel-*) ARCH=mips ;;
unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;; unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;;
*) fail "$0: unknown or unsupported target \"$target\"" ;; *) fail "$0: unknown or unsupported target \"$target\"" ;;
esac esac
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册