Recognize NetBSD/Amiga as m68k-cbm-netbsd.
authorRichard Kenner <kenner@gnu.org>
Thu, 23 Feb 1995 00:08:39 +0000 (00:08 +0000)
committerRichard Kenner <kenner@gnu.org>
Thu, 23 Feb 1995 00:08:39 +0000 (00:08 +0000)
config.guess

index 4d4e694..a3d6a9f 100755 (executable)
@@ -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;;