X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=5beaa1092650416663542c456634619eb05fcafd;hb=1fb01691547e85be253a4f1543be3920de651e27;hp=7c5eeba2866983fa0a4507cc00bd38c8405972cf;hpb=470569ca00f4c6e388396614b9b9ce62aef239bb;p=musl 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