Lines Matching refs:CPU
232 # covers most systems running today. This code pipes the CPU
233 # types through head -n 1, so we only detect the type of CPU 0.
519 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
626 long cpu = sysconf (_SC_CPU_VERSION);
628 switch (cpu)
686 long cpu = sysconf (_SC_CPU_VERSION);
690 if (CPU_IS_PA_RISC (cpu))
692 switch (cpu)
700 else if (CPU_IS_HP_MC68K (cpu))
864 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
928 #undef CPU
932 CPU=${UNAME_MACHINE}el
935 CPU=${UNAME_MACHINE}
937 CPU=
941 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
942 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
954 # Look for CPU level
955 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in