From 02e81689e3eff98a8d70c98a7cc45c150472316a Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 6 Jun 2001 22:28:29 +0000 Subject: [PATCH] 861. [port] Add support for Mac OS X, by making it equivalent to Darwin. This was derived from the config.guess file shipped with Mac OS X. [RT #1355] --- CHANGES | 4 ++++ config.guess | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d9f9454a46..079e73a191 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ + 861. [port] Add support for Mac OS X, by making it equivalent + to Darwin. This was derived from the config.guess + file shipped with Mac OS X. [RT #1355] + 860. [func] Drop cross class glue in zone transfers. 859. [bug] Cache cleaning now won't swamp the CPU if there diff --git a/config.guess b/config.guess index ba66165161..5b19af8278 100644 --- a/config.guess +++ b/config.guess @@ -1114,7 +1114,7 @@ EOF *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; - *:Darwin:*:*) + *:Darwin:*:* | *:"Mac OS":*:*) echo `uname -p`-apple-darwin${UNAME_RELEASE} exit 0 ;; *:procnto*:*:* | *:QNX:[0123456789]*:*)