aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErich Stefan Boleyn1997-07-16 14:45:30 +0000
committerErich Stefan Boleyn1997-07-16 14:45:30 +0000
commitc22fc59251a1db6f8ae9b654cd6fa2824a2df314 (patch)
tree1295e2ddc751213e214edc93be902538d2991a72
parent37fb02008a3f544c5d99d6880520aa43c8bcbcd5 (diff)
downloademacs-c22fc59251a1db6f8ae9b654cd6fa2824a2df314.tar.gz
emacs-c22fc59251a1db6f8ae9b654cd6fa2824a2df314.zip
Convert arm32:NetBSD to normal arm canonicalization.
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 9cf6240ff0e..da4358892ba 100755
--- a/config.guess
+++ b/config.guess
@@ -91,6 +91,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
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;;