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.
517 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
620 long cpu = sysconf (_SC_CPU_VERSION);
622 switch (cpu)
670 long cpu = sysconf (_SC_CPU_VERSION);
674 if (CPU_IS_PA_RISC (cpu))
676 switch (cpu)
684 else if (CPU_IS_HP_MC68K (cpu))
845 #undef CPU
849 CPU=mipsel
852 CPU=mips
854 CPU=
858 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
859 test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
864 #undef CPU
868 CPU=mips64el
871 CPU=mips64
873 CPU=
877 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
878 test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
887 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
901 # Look for CPU level
902 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in