diff options
author | Erich Stefan Boleyn <erich@uruk.org> | 1997-07-16 14:45:30 +0000 |
---|---|---|
committer | Erich Stefan Boleyn <erich@uruk.org> | 1997-07-16 14:45:30 +0000 |
commit | c22fc59251a1db6f8ae9b654cd6fa2824a2df314 (patch) | |
tree | 1295e2ddc751213e214edc93be902538d2991a72 /config.guess | |
parent | 37fb02008a3f544c5d99d6880520aa43c8bcbcd5 (diff) | |
download | emacs-c22fc59251a1db6f8ae9b654cd6fa2824a2df314.tar.gz |
Convert arm32:NetBSD to normal arm canonicalization.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
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 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;; |