Lines Matching refs:CPU
197 # covers most systems running today. This code pipes the CPU
475 - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
477 + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
857 - #undef CPU
861 - CPU=mipsel
864 - CPU=mips
866 - CPU=
872 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
873 - test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
891 #undef CPU
897 - CPU=mips64el
898 + CPU=${UNAME_MACHINE}el
901 - CPU=mips64
902 + CPU=${UNAME_MACHINE}
904 CPU=
908 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
909 - test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
910 + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
911 + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
943 # Look for CPU level
1532 # and recognize all the CPU types, system types and aliases
1785 + # Recognize the basic CPU types without company name, with glob match.
1790 # for a CPU type and a company and sometimes even an OS.