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/[-(].*//'`
1291 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1293 if test "$UNAME_PROCESSOR" = unknown ; then
1294 UNAME_PROCESSOR=powerpc
1302 case $UNAME_PROCESSOR in
1303 i386) UNAME_PROCESSOR=x86_64 ;;
1304 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1312 UNAME_PROCESSOR=powerpc
1315 elif test "$UNAME_PROCESSOR" = i386 ; then
1322 UNAME_PROCESSOR=x86_64
1324 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1327 UNAME_PROCESSOR=`uname -p`
1328 if test "$UNAME_PROCESSOR" = x86; then
1329 UNAME_PROCESSOR=i386
1332 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}