Lines Matching refs:UNAME_PROCESSOR
532 UNAME_PROCESSOR=`/usr/bin/uname -p`
533 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
840 UNAME_PROCESSOR=`/usr/bin/uname -p`
841 case ${UNAME_PROCESSOR} in
843 UNAME_PROCESSOR=x86_64 ;;
845 UNAME_PROCESSOR=i586 ;;
847 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1302 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1304 if test "$UNAME_PROCESSOR" = unknown ; then
1305 UNAME_PROCESSOR=powerpc
1313 case $UNAME_PROCESSOR in
1314 i386) UNAME_PROCESSOR=x86_64 ;;
1315 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1323 UNAME_PROCESSOR=powerpc
1326 elif test "$UNAME_PROCESSOR" = i386 ; then
1333 UNAME_PROCESSOR=x86_64
1335 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1338 UNAME_PROCESSOR=`uname -p`
1339 if test "$UNAME_PROCESSOR" = x86; then
1340 UNAME_PROCESSOR=i386
1343 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}