Home | History | Annotate | Download | only in build

Lines Matching refs:CPU

59 ## Normalize OS and CPU
62 CPU=`uname -m`
63 case "$CPU" in
64 i?86) CPU=x86
66 amd64) CPU=x86_64
68 powerpc) CPU=ppc
72 log2 "CPU=$CPU"
74 # at this point, the supported values for CPU are:
86 OS=darwin-$CPU
90 OS=linux-$CPU
93 OS=freebsd-$CPU
122 # define HOST_OS as $OS without any cpu-specific suffix
134 # define HOST_ARCH as the $CPU
135 HOST_ARCH=$CPU
179 if [ $CPU = x86_64 ] ; then
187 CPU=x86
247 if [ $CPU = "powerpc" ] ; then