Lines Matching refs:cpu
131 cpu=""
143 --cpu=*) cpu="$optarg"
228 if test -z "$cpu" && test "$(sysctl -n hw.optional.x86_64)" = "1"; then
229 cpu="x86_64"
234 if test -z "$cpu" && test "$(isainfo -k)" = "amd64"; then
235 cpu="x86_64"
274 if test ! -z "$cpu" ; then
278 cpu="i386"
280 cpu="x86_64"
283 cpu="sparc64"
285 cpu="sparc"
289 cpu="ppc64"
291 cpu="ppc"
294 cpu="mips"
296 cpu="ia64"
299 cpu="s390x"
301 cpu="s390"
304 cpu="arm"
306 cpu="hppa"
308 cpu=`uname -m`
312 case "$cpu" in
314 cpu="$cpu"
317 cpu="i386"
320 cpu="x86_64"
323 cpu="arm"
326 cpu="hppa"
329 cpu="mips"
332 cpu="sparc"
401 echo "CPU $cpu"