Lines Matching refs:UNAME_PROCESSOR
546 UNAME_PROCESSOR=`/usr/bin/uname -p`
547 if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ]
854 UNAME_PROCESSOR=`uname -p`
859 echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
861 … echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
865 UNAME_PROCESSOR=`/usr/bin/uname -p`
866 case "$UNAME_PROCESSOR" in
868 UNAME_PROCESSOR=x86_64 ;;
870 UNAME_PROCESSOR=i586 ;;
872 echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
1336 UNAME_PROCESSOR=`uname -p`
1337 case $UNAME_PROCESSOR in
1338 unknown) UNAME_PROCESSOR=powerpc ;;
1354 case $UNAME_PROCESSOR in
1355 i386) UNAME_PROCESSOR=x86_64 ;;
1356 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1364 UNAME_PROCESSOR=powerpc
1366 elif test "$UNAME_PROCESSOR" = i386 ; then
1368 UNAME_PROCESSOR=$UNAME_MACHINE
1370 echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE"
1373 UNAME_PROCESSOR=`uname -p`
1374 if test "$UNAME_PROCESSOR" = x86; then
1375 UNAME_PROCESSOR=i386
1378 echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE"