Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/config/
Dconfig.guess464 UNAME_PROCESSOR=`/usr/bin/uname -p`
465 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
1213 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1214 case $UNAME_PROCESSOR in
1215 unknown) UNAME_PROCESSOR=powerpc ;;
1217 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1220 UNAME_PROCESSOR=`uname -p`
1221 if test "$UNAME_PROCESSOR" = "x86"; then
1222 UNAME_PROCESSOR=i386
1225 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dconfig.guess481 UNAME_PROCESSOR=`/usr/bin/uname -p`
482 if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
1248 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1249 case $UNAME_PROCESSOR in
1250 unknown) UNAME_PROCESSOR=powerpc ;;
1252 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1255 UNAME_PROCESSOR=`uname -p`
1256 if test "$UNAME_PROCESSOR" = "x86"; then
1257 UNAME_PROCESSOR=i386
1260 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}