Home | History | Annotate | Download | only in libffi

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.
496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
603 long cpu = sysconf (_SC_CPU_VERSION);
605 switch (cpu)
663 long cpu = sysconf (_SC_CPU_VERSION);
667 if (CPU_IS_PA_RISC (cpu))
669 switch (cpu)
677 else if (CPU_IS_HP_MC68K (cpu))
862 #undef CPU
866 CPU=mipsel
869 CPU=mips
871 CPU=
876 /^CPU/{
880 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
885 #undef CPU
889 CPU=mips64el
892 CPU=mips64
894 CPU=
899 /^CPU/{
903 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
915 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
929 # Look for CPU level
930 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in