X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=configure;h=5beaa1092650416663542c456634619eb05fcafd;hp=6daa5b3686cb280ca48df4605873a82951143a40;hb=2242bf616b893e85886ed0a2348b96bf1cf7623e;hpb=a1546e8d61144fdb0f2ac3270250349fa77166f0 diff --git a/configure b/configure index 6daa5b36..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 @@ -275,10 +275,6 @@ printf "warning: disabling dynamic linking support\n" shared=no } -test "$ARCH" = "mips" && { -printf "warning: disabling dynamic linking support on mips (not yet supported)\n" -shared=no -} printf "creating config.mak... "