Lines Matching refs:UNAME_PROCESSOR
536 UNAME_PROCESSOR=`/usr/bin/uname -p`
537 if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ]
844 UNAME_PROCESSOR=`/usr/bin/uname -p`
845 case "$UNAME_PROCESSOR" in
847 UNAME_PROCESSOR=x86_64 ;;
849 UNAME_PROCESSOR=i586 ;;
851 echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
1287 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1289 if test "$UNAME_PROCESSOR" = unknown ; then
1290 UNAME_PROCESSOR=powerpc
1298 case $UNAME_PROCESSOR in
1299 i386) UNAME_PROCESSOR=x86_64 ;;
1300 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1308 UNAME_PROCESSOR=powerpc
1311 elif test "$UNAME_PROCESSOR" = i386 ; then
1318 UNAME_PROCESSOR=x86_64
1320 echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE"
1323 UNAME_PROCESSOR=`uname -p`
1324 if test "$UNAME_PROCESSOR" = x86; then
1325 UNAME_PROCESSOR=i386
1328 echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE"