comparison config.guess @ 18823:e0aed4d48398 libc-970717 libc-970718 libc-970719 libc-970720

Convert arm32:NetBSD to normal arm canonicalization.
author Erich Stefan Boleyn <erich@uruk.org>
date Wed, 16 Jul 1997 14:45:30 +0000
parents c47ea87f3bd7
children 63da9a245413
comparison
equal deleted inserted replaced
18822:c9bb90fcf780 18823:e0aed4d48398
89 echo mipsel-unknown-openbsd${UNAME_RELEASE} 89 echo mipsel-unknown-openbsd${UNAME_RELEASE}
90 exit 0 ;; 90 exit 0 ;;
91 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) 91 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
92 echo arm-acorn-riscix${UNAME_RELEASE} 92 echo arm-acorn-riscix${UNAME_RELEASE}
93 exit 0;; 93 exit 0;;
94 arm32:NetBSD:*:*)
95 echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
96 exit 0 ;;
94 SR2?01:HI-UX/MPP:*:*) 97 SR2?01:HI-UX/MPP:*:*)
95 echo hppa1.1-hitachi-hiuxmpp 98 echo hppa1.1-hitachi-hiuxmpp
96 exit 0;; 99 exit 0;;
97 Pyramid*:OSx*:*:*|MIS*:OSx*:*:*) 100 Pyramid*:OSx*:*:*|MIS*:OSx*:*:*)
98 # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. 101 # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.