Lines Matching refs:CPU
1854 + # covers most systems running today. This code pipes the CPU
1855 + # types through head -n 1, so we only detect the type of CPU 0.
2216 - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
2218 + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
2619 #undef CPU
2625 - CPU=mipsel
2626 + CPU=${UNAME_MACHINE}el
2629 - CPU=mips
2630 + CPU=${UNAME_MACHINE}
2632 CPU=
2636 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
2638 - test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
2639 + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
2640 + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
2672 # Look for CPU level
3267 # and recognize all the CPU types, system types and aliases
3522 + # Recognize the basic CPU types without company name, with glob match.
3527 # for a CPU type and a company and sometimes even an OS.