diff options
author | Richard Kenner <kenner@gnu.org> | 1995-02-23 00:08:39 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1995-02-23 00:08:39 +0000 |
commit | 56551678784218e6900c2d4994771c58ddabf102 (patch) | |
tree | 8282bd0c308c5307f76b0bf2b71f959cc5119519 /config.guess | |
parent | e558c116e3d66cba8c7e9ebccad1c6e71b548a75 (diff) | |
download | emacs-56551678784218e6900c2d4994771c58ddabf102.tar.gz |
Recognize NetBSD/Amiga as m68k-cbm-netbsd.libc_1_09
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 4d4e6944a82..a3d6a9f1bfd 100755 --- a/config.guess +++ b/config.guess @@ -59,6 +59,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # 1.2 uses "1.2" for uname -r. echo alpha-dec-osf${UNAME_RELEASE} exit 0 ;; + amiga:NetBSD:*:*) + echo m68k-cbm-netbsd${UNAME_RELEASE} + exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; |