summaryrefslogtreecommitdiffstats
path: root/source/config.guess
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-15 22:21:04 +0000
committerJeremy Allison <jra@samba.org>2001-04-15 22:21:04 +0000
commit4bb63ba615c735a298a6cbda2c87242695104978 (patch)
tree53d108cbaf6b433515dc74404382bb0ec9544fed /source/config.guess
parent0e8147aecaf6941c77fd05b4b705ca31c1ec5760 (diff)
downloadsamba-4bb63ba615c735a298a6cbda2c87242695104978.tar.gz
samba-4bb63ba615c735a298a6cbda2c87242695104978.tar.xz
samba-4bb63ba615c735a298a6cbda2c87242695104978.zip
Added Darwin guess.
lib/util_str.c: Excellent patch from Kenichi Okuyama <okuyamak@dd.iij4u.or.jp> to speed up trim_string handling ! Jeremy.
Diffstat (limited to 'source/config.guess')
-rwxr-xr-xsource/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/config.guess b/source/config.guess
index 9161c8a573a..adea47180fc 100755
--- a/source/config.guess
+++ b/source/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 ;;