From: Erich Stefan Boleyn Date: Wed, 16 Jul 1997 14:45:30 +0000 (+0000) Subject: Convert arm32:NetBSD to normal arm canonicalization. X-Git-Tag: emacs-20.1~1123 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/c22fc59251a1db6f8ae9b654cd6fa2824a2df314 Convert arm32:NetBSD to normal arm canonicalization. --- diff --git a/config.guess b/config.guess index 9cf6240ff0..da4358892b 100755 --- a/config.guess +++ b/config.guess @@ -91,6 +91,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; + arm32:NetBSD:*:*) + echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + exit 0 ;; SR2?01:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit 0;;