X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=5beaa1092650416663542c456634619eb05fcafd;hb=1fb01691547e85be253a4f1543be3920de651e27;hp=69ca21f5b4acae5481c68cbf21a56b6431511110;hpb=6315004f6102dca44c4ba50654a36967b8b9c2a6;p=musl diff --git a/configure b/configure index 69ca21f5..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 @@ -276,6 +276,7 @@ shared=no } + printf "creating config.mak... " exec 3>&1 1>config.mak