Lines Matching refs:UNAME_PROCESSOR
529 UNAME_PROCESSOR=`/usr/bin/uname -p`
530 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
837 UNAME_PROCESSOR=`/usr/bin/uname -p`
838 case ${UNAME_PROCESSOR} in
840 UNAME_PROCESSOR=x86_64 ;;
842 UNAME_PROCESSOR=i586 ;;
844 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1299 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1301 if test "$UNAME_PROCESSOR" = unknown ; then
1302 UNAME_PROCESSOR=powerpc
1310 case $UNAME_PROCESSOR in
1311 i386) UNAME_PROCESSOR=x86_64 ;;
1312 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1320 UNAME_PROCESSOR=powerpc
1323 elif test "$UNAME_PROCESSOR" = i386 ; then
1330 UNAME_PROCESSOR=x86_64
1332 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1335 UNAME_PROCESSOR=`uname -p`
1336 if test "$UNAME_PROCESSOR" = x86; then
1337 UNAME_PROCESSOR=i386
1340 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}