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
986 CPU=$UNAME_MACHINE
1002 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1005 GUESS=$CPU-unknown-linux-$LIBCABI
1094 #undef CPU
1110 CPU=mipsisa64r6
1113 CPU=mipsisa32r6
1116 CPU=mips64
1118 CPU=mips
1133 cc_set_vars=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`
1135 test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
1153 # Look for CPU level
1195 CPU=$UNAME_MACHINE
1211 x86) CPU=i686 ;;
1215 GUESS=$CPU-pc-linux-$LIBCABI