2
0
mirror of git://git.sv.gnu.org/autoconf synced 2025-02-17 14:01:27 +08:00

Recognize NetBSD/Amiga as m68k-cbm-netbsd.

This commit is contained in:
Richard Kenner 1995-02-23 00:08:39 +00:00
parent 555069628e
commit 7e0ffaa162

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