diff options
Diffstat (limited to 'source3/config.guess')
-rwxr-xr-x | source3/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/config.guess b/source3/config.guess index 9161c8a573..adea47180f 100755 --- a/source3/config.guess +++ b/source3/config.guess @@ -125,6 +125,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in mac68k:OpenBSD:*:*) echo m68k-apple-openbsd${UNAME_RELEASE} exit 0 ;; + Power*:Darwin:*:*) + echo powerpc-apple-darwin${UNAME_RELEASE} + exit 0 ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit 0 ;; |