From: Richard Kenner Date: Fri, 5 May 1995 09:50:51 +0000 (+0000) Subject: Add more NetBSD cases: atrai, sun3*, and mac68k. X-Git-Tag: fsf-origin~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=defdd82dc5e8645066ccfa612a75e905d1f4f2cd;p=thirdparty%2Fautoconf.git Add more NetBSD cases: atrai, sun3*, and mac68k. --- diff --git a/config.guess b/config.guess index f002f4836..60ef93a69 100755 --- a/config.guess +++ b/config.guess @@ -93,6 +93,15 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit 0 ;; + atari*:NetBSD:*:*) + echo m68k-atari-netbsd${UNAME_RELEASE} + exit 0 ;; + sun3*:NetBSD:*:*) + echo m68k-sun-netbsd${UNAME_RELEASE} + exit 0 ;; + mac68k:NetBSD:*:*) + echo m68k-apple-netbsd${UNAME_RELEASE} + exit 0 ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit 0 ;;