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
commit85e508747ce4be2e852ee1da8da997935d25fa12 (patch)
tree23559432c4f18b84966a8e9df777de798c14a5c1 /config.guess
parent977871735e03b399b0e42d069dcebcb8af1709e2 (diff)
downloademacs-85e508747ce4be2e852ee1da8da997935d25fa12.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 ;;