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/[-(].*//'`"
1346 UNAME_PROCESSOR=`uname -p`
1347 case $UNAME_PROCESSOR in
1348 unknown) UNAME_PROCESSOR=powerpc ;;
1364 case $UNAME_PROCESSOR in
1365 i386) UNAME_PROCESSOR=x86_64 ;;
1366 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1374 UNAME_PROCESSOR=powerpc
1376 elif test "$UNAME_PROCESSOR" = i386 ; then
1378 UNAME_PROCESSOR=$UNAME_MACHINE
1380 echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE"
1383 UNAME_PROCESSOR=`uname -p`
1384 if test "$UNAME_PROCESSOR" = x86; then
1385 UNAME_PROCESSOR=i386
1388 echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE"