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

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))
891 #undef CPU
895 CPU=${UNAME_MACHINE}el
898 CPU=${UNAME_MACHINE}
900 CPU=
905 /^CPU/{
909 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
921 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
938 # Look for CPU level
939 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in