Recognize NetBSD/Amiga as m68k-cbm-netbsd.

This commit is contained in:
Richard Kenner 1995-02-23 00:08:39 +00:00
parent e6964dd4e1
commit 0cad6dc70c
1 changed files with 3 additions and 0 deletions

3
config.guess vendored
View File

@ -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;;