From 78ac23f7e0f5e12c6b56adce91e356a3963c196f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sun, 15 Apr 2001 22:21:04 +0000 Subject: Added Darwin guess. lib/util_str.c: Excellent patch from Kenichi Okuyama to speed up trim_string handling ! Jeremy. (This used to be commit 4bb63ba615c735a298a6cbda2c87242695104978) --- source3/config.guess | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/config.guess') 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 ;; -- cgit