summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-08-12 21:32:31 +0000
committerRichard M. Stallman <rms@gnu.org>1998-08-12 21:32:31 +0000
commit8dd50cdc46511d3116ed9dc458ae7816ba345775 (patch)
tree9b60a10fdd216076255e64ee3502bd7ecd58a4d7
parent2d1e2d487771d6ea3a67489d2016e1b06eb257f7 (diff)
downloademacs-8dd50cdc46511d3116ed9dc458ae7816ba345775.tar.gz
(powerpc-apple-netbsd): Added.gcc-2_8_1-980813
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index d1e5604cc23..dafad11191e 100755
--- a/config.guess
+++ b/config.guess
@@ -222,6 +222,9 @@ EOF
powerpc:machten:*:*)
echo powerpc-apple-machten${UNAME_RELEASE}
exit 0 ;;
+ macppc:NetBSD:*:*)
+ echo powerpc-apple-netbsd${UNAME_RELEASE}
+ exit 0 ;;
RISC*:Mach:*:*)
echo mips-dec-mach_bsd4.3
exit 0 ;;