|
@@ -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
|