Home | History | Annotate | Download | only in build-aux

Lines Matching refs:CPU

234 	# covers most systems running today.  This code pipes the CPU
235 # types through head -n 1, so we only detect the type of CPU 0.
521 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
628 long cpu = sysconf (_SC_CPU_VERSION);
630 switch (cpu)
688 long cpu = sysconf (_SC_CPU_VERSION);
692 if (CPU_IS_PA_RISC (cpu))
694 switch (cpu)
702 else if (CPU_IS_HP_MC68K (cpu))
879 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
946 #undef CPU
950 CPU=${UNAME_MACHINE}el
953 CPU=${UNAME_MACHINE}
955 CPU=
959 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
960 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
972 # Look for CPU level
973 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in