mirror of
git://git.musl-libc.org/musl
synced 2025-01-18 21:01:01 +00:00
make configure accept mipsel
This commit is contained in:
parent
3a1e7566db
commit
721564a264
2
configure
vendored
2
configure
vendored
@ -197,7 +197,7 @@ case "$target" in
|
||||
arm*) ARCH=arm ;;
|
||||
i?86*) ARCH=i386 ;;
|
||||
x86_64*) ARCH=x86_64 ;;
|
||||
mips-*) ARCH=mips ;;
|
||||
mips-*|mipsel-*) ARCH=mips ;;
|
||||
unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;;
|
||||
*) fail "$0: unknown or unsupported target \"$target\"" ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user