diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-08-12 21:32:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-08-12 21:32:31 +0000 |
commit | 510005ed55620863c8c0bf9de34d597e9e1a5181 (patch) | |
tree | b85f7a51b042a9f1ed6e330d4cc2f7b651dcc366 /config.guess | |
parent | a4e59635084f951de990ad2a9e4644f1861ec575 (diff) | |
download | emacs-510005ed55620863c8c0bf9de34d597e9e1a5181.tar.gz |
(powerpc-apple-netbsd): Added.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
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 ;; |