Lines Matching refs:ARCH
320 # Convert to just ARCH
324 arm*) ARCH=arm ;;
325 aarch64*) ARCH=aarch64 ;;
326 i?86-nt32*) ARCH=nt32 ;;
327 i?86*) ARCH=i386 ;;
328 x86_64-x32*|x32*|x86_64*x32) ARCH=x32 ;;
329 x86_64-nt64*) ARCH=nt64 ;;
330 x86_64*) ARCH=x86_64 ;;
331 loongarch64*) ARCH=loongarch64 ;;
332 m68k*) ARCH=m68k ;;
333 mips64*|mipsisa64*) ARCH=mips64 ;;
334 mips*) ARCH=mips ;;
335 microblaze*) ARCH=microblaze ;;
336 or1k*) ARCH=or1k ;;
337 powerpc64*|ppc64*) ARCH=powerpc64 ;;
338 powerpc*|ppc*) ARCH=powerpc ;;
339 riscv64*) ARCH=riscv64 ;;
340 riscv32*) ARCH=riscv32 ;;
341 sh[1-9bel-]*|sh|superh*) ARCH=sh ;;
342 s390x*) ARCH=s390x ;;
355 || { test "$ARCH" = i386 && tryflag CFLAGS_C99FSE -ffloat-store ; }
422 test -f "$srcdir/tools/add-cfi.$ARCH.awk" &&
526 if test "$ARCH" = "i386" ; then
630 if test "$ARCH" = "i386" ; then
644 if test "$ARCH" = "x86_64" ; then
645 trycppif __ILP32__ "$t" && ARCH=x32
648 if test "$ARCH" = "arm" ; then
672 if test "$ARCH" = "aarch64" ; then
676 if test "$ARCH" = "loongarch64" ; then
689 if test "$ARCH" = "m68k" ; then
696 if test "$ARCH" = "mips" ; then
702 if test "$ARCH" = "mips64" ; then
703 trycppif "_MIPS_SIM != _ABI64" "$t" && ARCH=mipsn32
709 if test "$ARCH" = "powerpc" ; then
722 test "$ARCH" = "microblaze" && trycppif __MICROBLAZEEL__ "$t" \
725 if test "$ARCH" = "powerpc64" ; then
731 if test "$ARCH" = "riscv64" -o "$ARCH" = "riscv32" ; then
736 if test "$ARCH" = "sh" ; then
760 && printf "configured for %s variant: %s\n" "$ARCH" "$ARCH$SUBARCH"
775 -I$srcdir/arch/$ARCH -I$srcdir/arch/generic -I$srcdir/include \
807 ARCH = $ARCH