summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1995-05-05 09:50:51 +0000
committerRichard Kenner <kenner@gnu.org>1995-05-05 09:50:51 +0000
commit8d502d2a16d47d9482b4661ad423873c6ff9218c (patch)
treebfd81495ce49795eed602046dbbe58780cce47c5 /config.guess
parente24fd99e8e6b5e332a9a003100f7048f207706bd (diff)
downloademacs-8d502d2a16d47d9482b4661ad423873c6ff9218c.tar.gz
Add more NetBSD cases: atrai, sun3*, and mac68k.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index f002f48361e..60ef93a69d1 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 ;;