Lines Matching refs:CPU
335 # covers most systems running today. This code pipes the CPU
336 # types through head -n 1, so we only detect the type of CPU 0.
618 GUESS=romp-ibm-aix # uname -m gives an 8 hex-code CPU id
988 CPU=$UNAME_MACHINE
1004 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1007 GUESS=$CPU-unknown-linux-$LIBCABI
1096 #undef CPU
1112 CPU=mipsisa64r6
1115 CPU=mipsisa32r6
1118 CPU=mips64
1120 CPU=mips
1135 cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`
1137 test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
1155 # Look for CPU level
1197 CPU=$UNAME_MACHINE
1213 x86) CPU=i686 ;;
1217 GUESS=$CPU-pc-linux-$LIBCABI