aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
93 sun3*:SunOS:*:*) 93 sun3*:SunOS:*:*)
94 echo m68k-sun-sunos${UNAME_RELEASE} 94 echo m68k-sun-sunos${UNAME_RELEASE}
95 exit 0 ;; 95 exit 0 ;;
96 atari*:NetBSD:*:*)
97 echo m68k-atari-netbsd${UNAME_RELEASE}
98 exit 0 ;;
99 sun3*:NetBSD:*:*)
100 echo m68k-sun-netbsd${UNAME_RELEASE}
101 exit 0 ;;
102 mac68k:NetBSD:*:*)
103 echo m68k-apple-netbsd${UNAME_RELEASE}
104 exit 0 ;;
96 RISC*:ULTRIX:*:*) 105 RISC*:ULTRIX:*:*)
97 echo mips-dec-ultrix${UNAME_RELEASE} 106 echo mips-dec-ultrix${UNAME_RELEASE}
98 exit 0 ;; 107 exit 0 ;;