diff options
| author | Richard Kenner | 1995-02-23 00:08:39 +0000 |
|---|---|---|
| committer | Richard Kenner | 1995-02-23 00:08:39 +0000 |
| commit | 754ad884197028f99ca5d3297c4d7c57d7cbd3b9 (patch) | |
| tree | 475fb2db8bdb02312e57159df4d18b8b672f70ec | |
| parent | 75bdbc6afde32c3f981a5f1ec02aed56023f5be8 (diff) | |
| download | emacs-754ad884197028f99ca5d3297c4d7c57d7cbd3b9.tar.gz emacs-754ad884197028f99ca5d3297c4d7c57d7cbd3b9.zip | |
Recognize NetBSD/Amiga as m68k-cbm-netbsd.
| -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 | |||
| 59 | # 1.2 uses "1.2" for uname -r. | 59 | # 1.2 uses "1.2" for uname -r. |
| 60 | echo alpha-dec-osf${UNAME_RELEASE} | 60 | echo alpha-dec-osf${UNAME_RELEASE} |
| 61 | exit 0 ;; | 61 | exit 0 ;; |
| 62 | amiga:NetBSD:*:*) | ||
| 63 | echo m68k-cbm-netbsd${UNAME_RELEASE} | ||
| 64 | exit 0 ;; | ||
| 62 | arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) | 65 | arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) |
| 63 | echo arm-acorn-riscix${UNAME_RELEASE} | 66 | echo arm-acorn-riscix${UNAME_RELEASE} |
| 64 | exit 0;; | 67 | exit 0;; |