X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=e80fdfb3f690cd94d2204befdd0925c81bf33870;hb=339cc250f6dda06e7a26fcbcc66e3a1bbec2b494;hp=7436210fbdb9119435383da4661ec18151c45c8e;hpb=a6adb2bcd8145353943377d6119c1d7a4242bae1;p=musl diff --git a/configure b/configure index 7436210f..e80fdfb3 100755 --- a/configure +++ b/configure @@ -204,7 +204,7 @@ fi # musl-gcc wrapper, and for critical bug detection in some gcc versions. # printf "checking whether compiler is gcc... " -if fnmatch '*gcc\ version*' "$($CC -v 2>&1)" ; then +if fnmatch '*gcc\ version*' "$(LC_ALL=C $CC -v 2>&1)" ; then cc_is_gcc=yes else cc_is_gcc=no @@ -250,6 +250,7 @@ x86_64-x32*|x32*|x86_64*x32) ARCH=x32 ;; x86_64*) ARCH=x86_64 ;; mips*) ARCH=mips ;; microblaze*) ARCH=microblaze ;; +or1k*) ARCH=or1k ;; powerpc*) ARCH=powerpc ;; sh[1-9bel-]*|sh|superh*) ARCH=sh ;; unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;;