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]
This commit is contained in:
4
CHANGES
4
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
|
||||
|
||||
2
config.guess
vendored
2
config.guess
vendored
@@ -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]*:*)
|
||||
|
||||
Reference in New Issue
Block a user