Lines Matching refs:CPU
1821 + # covers most systems running today. This code pipes the CPU
1822 + # types through head -n 1, so we only detect the type of CPU 0.
2183 - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
2185 + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
2586 #undef CPU
2592 - CPU=mipsel
2593 + CPU=${UNAME_MACHINE}el
2596 - CPU=mips
2597 + CPU=${UNAME_MACHINE}
2599 CPU=
2603 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
2605 - test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
2606 + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
2607 + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
2639 # Look for CPU level
3234 # and recognize all the CPU types, system types and aliases
3489 + # Recognize the basic CPU types without company name, with glob match.
3494 # for a CPU type and a company and sometimes even an OS.