comparison config.guess @ 10802:75519a692473 libc_1_09

Recognize NetBSD/Amiga as m68k-cbm-netbsd.
author Richard Kenner <kenner@gnu.org>
date Thu, 23 Feb 1995 00:08:39 +0000
parents 7072187c3d81
children 6d5385d82232
comparison
equal deleted inserted replaced
10801:32f98b512dd9 10802:75519a692473
57 exit 0 ;; 57 exit 0 ;;
58 alpha:OSF1:*:*) 58 alpha:OSF1:*:*)
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;;
65 Pyramid*:OSx*:*:*) 68 Pyramid*:OSx*:*:*)
66 if test "`(/bin/universe) 2>/dev/null`" = att ; then 69 if test "`(/bin/universe) 2>/dev/null`" = att ; then