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

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