X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=configure;h=5beaa1092650416663542c456634619eb05fcafd;hp=ae05b3963aa5c83608fa52925c97dba26f9955cf;hb=2242bf616b893e85886ed0a2348b96bf1cf7623e;hpb=2121b8a44f086f6fb8aed98102379e7de9a4a5f1 diff --git a/configure b/configure index ae05b396..5beaa109 100755 --- a/configure +++ b/configure @@ -197,6 +197,7 @@ case "$target" in arm*) ARCH=arm ;; i?86*) ARCH=i386 ;; x86_64*) ARCH=x86_64 ;; +mips-*|mipsel-*) ARCH=mips ;; unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;; *) fail "$0: unknown or unsupported target \"$target\"" ;; esac @@ -275,6 +276,7 @@ shared=no } + printf "creating config.mak... " exec 3>&1 1>config.mak