Lines Matching refs:CPU
231 # covers most systems running today. This code pipes the CPU
232 # types through head -n 1, so we only detect the type of CPU 0.
512 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
619 long cpu = sysconf (_SC_CPU_VERSION);
621 switch (cpu)
679 long cpu = sysconf (_SC_CPU_VERSION);
683 if (CPU_IS_PA_RISC (cpu))
685 switch (cpu)
693 else if (CPU_IS_HP_MC68K (cpu))
888 #undef CPU
892 CPU=mipsel
895 CPU=mips
897 CPU=
902 /^CPU/{
906 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
911 #undef CPU
915 CPU=mips64el
918 CPU=mips64
920 CPU=
925 /^CPU/{
929 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
941 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
958 # Look for CPU level
959 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in