X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=configure;h=5beaa1092650416663542c456634619eb05fcafd;hp=7c5eeba2866983fa0a4507cc00bd38c8405972cf;hb=aaa9eb5101e3a748218fb9373dd9655b50582da2;hpb=470569ca00f4c6e388396614b9b9ce62aef239bb diff --git a/configure b/configure index 7c5eeba2..5beaa109 100755 --- a/configure +++ b/configure @@ -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