summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1996-12-11 00:37:52 +0000
committerDavid J. MacKenzie <djm@gnu.org>1996-12-11 00:37:52 +0000
commitbafe0fb0265b7875c4db1055c41837ced75b8e3c (patch)
treea709a3561872d9c036ac5c038fd314878b34347b
parent6a3520ad670377763682f04e2707c6495fc6ab5f (diff)
downloademacs-libc-961217.tar.gz
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 d0d2c84c5fc..3522a0876ae 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 ;;