Home | History | Annotate | Download | only in autoconf

Lines Matching refs:CPU

236 	# covers most systems running today.  This code pipes the CPU
237 # types through head -n 1, so we only detect the type of CPU 0.
523 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
630 long cpu = sysconf (_SC_CPU_VERSION);
632 switch (cpu)
690 long cpu = sysconf (_SC_CPU_VERSION);
694 if (CPU_IS_PA_RISC (cpu))
696 switch (cpu)
704 else if (CPU_IS_HP_MC68K (cpu))
868 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
932 #undef CPU
936 CPU=${UNAME_MACHINE}el
939 CPU=${UNAME_MACHINE}
941 CPU=
945 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
946 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
958 # Look for CPU level
959 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in