changeset 1526:a250972027c4

[project @ 1995-10-04 19:10:59 by jwe]
author jwe
date Wed, 04 Oct 1995 19:10:59 +0000
parents e5fccd3656b4
children 13d27938e778
files config.guess
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config.guess	Wed Oct 04 07:26:08 1995 +0000
+++ b/config.guess	Wed Oct 04 19:10:59 1995 +0000
@@ -413,6 +413,9 @@
     rs6000:LynxOS:2.[23]*:*)
 	echo rs6000-lynx-lynxos${UNAME_RELEASE}
 	exit 0 ;;
+    Macintosh::*:*)
+        echo powerpc-apple-machten${UNAME_RELEASE}
+        exit 0 ;;
     RM*:SINIX-*:*:*)
 	echo mips-sni-sysv4
 	exit 0 ;;