X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=configure;h=2969b950bd65c0989c76f32d84fcc6f16caaa900;hp=93518a7dcc03b1ef39ba501ab696bec88091c8d6;hb=3609e019f352912e882b91b7a856c7b30569f2de;hpb=2c1cd2399a237db968a521cdaef3d47a3fb2c2e9 diff --git a/configure b/configure index 93518a7d..2969b950 100755 --- a/configure +++ b/configure @@ -202,6 +202,7 @@ arm*) ARCH=arm ;; i?86*) ARCH=i386 ;; x86_64*) ARCH=x86_64 ;; mips-*|mipsel-*) ARCH=mips ;; +microblaze-*) ARCH=microblaze ;; unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;; *) fail "$0: unknown or unsupported target \"$target\"" ;; esac