diff options
author | simonmar <unknown> | 2001-01-16 11:14:29 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-01-16 11:14:29 +0000 |
commit | 9cad56b2f576fec272c3613612ee2749cc0d0ec0 (patch) | |
tree | c04deb6d1a119687cf967674886cf5ae16bb9549 /config.guess | |
parent | 47aa57b8dbd23adbbd6a7e77a1ba0eaf59e48d5f (diff) | |
download | haskell-9cad56b2f576fec272c3613612ee2749cc0d0ec0.tar.gz |
[project @ 2001-01-16 11:14:29 by simonmar]
platform definitions for PPC/MacOSX
Diffstat (limited to 'config.guess')
-rw-r--r-- | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 2960d6e0d2..16178926b6 100644 --- a/config.guess +++ b/config.guess @@ -222,6 +222,9 @@ EOF powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit 0 ;; + Power*:Darwin:*:*) + echo powerpc-apple-macosx${UNAME_RELEASE} + exit 0 ;; macppc:NetBSD:*:*) echo powerpc-apple-netbsd${UNAME_RELEASE} exit 0 ;; |