Lines Matching refs:CPU
259 # covers most systems running today. This code pipes the CPU
260 # types through head -n 1, so we only detect the type of CPU 0.
520 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
623 long cpu = sysconf (_SC_CPU_VERSION);
625 switch (cpu)
673 long cpu = sysconf (_SC_CPU_VERSION);
677 if (CPU_IS_PA_RISC (cpu))
679 switch (cpu)
687 else if (CPU_IS_HP_MC68K (cpu))
848 #undef CPU
852 CPU=mipsel
855 CPU=mips
857 CPU=
861 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
862 test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
867 #undef CPU
871 CPU=mips64el
874 CPU=mips64
876 CPU=
880 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
881 test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
890 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
904 # Look for CPU level
905 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in