Lines Matching refs:CPU
248 # covers most systems running today. This code pipes the CPU
249 # types through head -n 1, so we only detect the type of CPU 0.
513 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
620 long cpu = sysconf (_SC_CPU_VERSION);
622 switch (cpu)
680 long cpu = sysconf (_SC_CPU_VERSION);
684 if (CPU_IS_PA_RISC (cpu))
686 switch (cpu)
694 else if (CPU_IS_HP_MC68K (cpu))
889 #undef CPU
893 CPU=mipsel
896 CPU=mips
898 CPU=
903 /^CPU/{
907 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
912 #undef CPU
916 CPU=mips64el
919 CPU=mips64
921 CPU=
926 /^CPU/{
930 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
942 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
956 # Look for CPU level
957 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in