comparison config.guess @ 24031:c14fe5d32ce5

Final merge from autoconf 2.13.
author Ben Elliston <bje@air.net.au>
date Sun, 10 Jan 1999 14:11:12 +0000
parents 60713925e762
children 4c04dff8f129
comparison
equal deleted inserted replaced
24030:38e309abdbc6 24031:c14fe5d32ce5
398 default: puts ("hppa1.0"); break; 398 default: puts ("hppa1.0"); break;
399 } 399 }
400 exit (0); 400 exit (0);
401 } 401 }
402 EOF 402 EOF
403 ${CC-cc} dummy.c -o dummy && HP_ARCH=`./dummy` 403 (${CC-cc} dummy.c -o dummy 2>/dev/null ) && HP_ARCH=`./dummy`
404 rm -f dummy.c dummy 404 rm -f dummy.c dummy
405 esac 405 esac
406 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` 406 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
407 echo ${HP_ARCH}-hp-hpux${HPUX_REV} 407 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
408 exit 0 ;; 408 exit 0 ;;
524 exit 0 ;; 524 exit 0 ;;
525 *:OpenBSD:*:*) 525 *:OpenBSD:*:*)
526 echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 526 echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
527 exit 0 ;; 527 exit 0 ;;
528 i*:CYGWIN*:*) 528 i*:CYGWIN*:*)
529 echo ${UNAME_MACHINE}-pc-cygwin32 529 echo ${UNAME_MACHINE}-pc-cygwin
530 exit 0 ;; 530 exit 0 ;;
531 i*:MINGW*:*) 531 i*:MINGW*:*)
532 echo ${UNAME_MACHINE}-pc-mingw32 532 echo ${UNAME_MACHINE}-pc-mingw32
533 exit 0 ;; 533 exit 0 ;;
534 p*:CYGWIN*:*) 534 p*:CYGWIN*:*)
535 echo powerpcle-unknown-cygwin32 535 echo powerpcle-unknown-cygwin
536 exit 0 ;; 536 exit 0 ;;
537 prep*:SunOS:5.*:*) 537 prep*:SunOS:5.*:*)
538 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 538 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
539 exit 0 ;; 539 exit 0 ;;
540 *:GNU:*:*) 540 *:GNU:*:*)