|
@@ -302,8 +302,10 @@ case "$target" in
|
|
mips64*|powerpc64*) fail "$0: unsupported target \"$target\"" ;;
|
|
mips64*|powerpc64*) fail "$0: unsupported target \"$target\"" ;;
|
|
arm*) ARCH=arm ;;
|
|
arm*) ARCH=arm ;;
|
|
aarch64*) ARCH=aarch64 ;;
|
|
aarch64*) ARCH=aarch64 ;;
|
|
|
|
+i?86-nt32*) ARCH=nt32 ;;
|
|
i?86*) ARCH=i386 ;;
|
|
i?86*) ARCH=i386 ;;
|
|
x86_64-x32*|x32*|x86_64*x32) ARCH=x32 ;;
|
|
x86_64-x32*|x32*|x86_64*x32) ARCH=x32 ;;
|
|
|
|
+x86_64-nt64*) ARCH=nt64 ;;
|
|
x86_64*) ARCH=x86_64 ;;
|
|
x86_64*) ARCH=x86_64 ;;
|
|
mips*) ARCH=mips ;;
|
|
mips*) ARCH=mips ;;
|
|
microblaze*) ARCH=microblaze ;;
|
|
microblaze*) ARCH=microblaze ;;
|