X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=configure;fp=configure;h=5beaa1092650416663542c456634619eb05fcafd;hp=7c5eeba2866983fa0a4507cc00bd38c8405972cf;hb=721564a2640604f0291ae02a0439859ddd2167b3;hpb=3a1e7566dbfc85b397c9c4677606782fd9851ecc 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