Searched refs:UNAME_PROCESSOR (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dconfig.guess465 UNAME_PROCESSOR=`/usr/bin/uname -p`
466 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
1234 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1235 case $UNAME_PROCESSOR in
1236 unknown) UNAME_PROCESSOR=powerpc ;;
1238 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1241 UNAME_PROCESSOR=`uname -p`
1242 if test "$UNAME_PROCESSOR"
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfig.guess475 UNAME_PROCESSOR=`/usr/bin/uname -p`
476 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
1155 *86) UNAME_PROCESSOR=i686 ;;
1156 powerpc) UNAME_PROCESSOR=powerpc ;;
1158 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1161 UNAME_PROCESSOR=`uname -p`
1162 if test "$UNAME_PROCESSOR" = "x86"; then
1163 UNAME_PROCESSOR=i386
1166 echo ${UNAME_PROCESSOR}
[all...]

Completed in 50 milliseconds