about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@djmnet.org>1996-12-11 00:37:52 +0000
committerDavid MacKenzie <djm@djmnet.org>1996-12-11 00:37:52 +0000
commitaee321f468f9214700b24e7aef39ef27bda4c42c (patch)
tree6a2480db0bd01c987fe44666ea645f3e0ffc1ba3
parent8a4b65b46966f99180de59141cbfa14de2d80380 (diff)
downloadglibc-aee321f468f9214700b24e7aef39ef27bda4c42c.tar.gz
glibc-aee321f468f9214700b24e7aef39ef27bda4c42c.tar.xz
glibc-aee321f468f9214700b24e7aef39ef27bda4c42c.zip
* config.guess: Recognize machten.
From Eric W. Bates <ericx@vineyard.net>.
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index d0d2c84c5f..3522a0876a 100755
--- a/config.guess
+++ b/config.guess
@@ -129,6 +129,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     mac68k:OpenBSD:*:*)
 	echo m68k-apple-openbsd${UNAME_RELEASE}
 	exit 0 ;;
+    powerpc:machten:*:*)
+	echo powerpc-apple-machten${UNAME_RELEASE}
+	exit 0 ;;
     RISC*:Mach:*:*)
 	echo mips-dec-mach_bsd4.3
 	exit 0 ;;