summaryrefslogtreecommitdiff
path: root/config.guess
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
commit510005ed55620863c8c0bf9de34d597e9e1a5181 (patch)
treeb85f7a51b042a9f1ed6e330d4cc2f7b651dcc366 /config.guess
parenta4e59635084f951de990ad2a9e4644f1861ec575 (diff)
downloademacs-510005ed55620863c8c0bf9de34d597e9e1a5181.tar.gz
(powerpc-apple-netbsd): Added.
Diffstat (limited to 'config.guess')
-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 ;;