Lines Matching refs:UNAME_PROCESSOR
526 UNAME_PROCESSOR=`/usr/bin/uname -p`
527 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
834 UNAME_PROCESSOR=`/usr/bin/uname -p`
835 case ${UNAME_PROCESSOR} in
837 UNAME_PROCESSOR=x86_64 ;;
839 UNAME_PROCESSOR=i586 ;;
841 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1277 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1279 if test "$UNAME_PROCESSOR" = unknown ; then
1280 UNAME_PROCESSOR=powerpc
1288 case $UNAME_PROCESSOR in
1289 i386) UNAME_PROCESSOR=x86_64 ;;
1290 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1298 UNAME_PROCESSOR=powerpc
1301 elif test "$UNAME_PROCESSOR" = i386 ; then
1308 UNAME_PROCESSOR=x86_64
1310 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1313 UNAME_PROCESSOR=`uname -p`
1314 if test "$UNAME_PROCESSOR" = x86; then
1315 UNAME_PROCESSOR=i386
1318 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}