mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
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:
parent
1812c92e63
commit
02e81689e3
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.
|
860. [func] Drop cross class glue in zone transfers.
|
||||||
|
|
||||||
859. [bug] Cache cleaning now won't swamp the CPU if there
|
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:*:*)
|
*:Rhapsody:*:*)
|
||||||
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
|
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
*:Darwin:*:*)
|
*:Darwin:*:* | *:"Mac OS":*:*)
|
||||||
echo `uname -p`-apple-darwin${UNAME_RELEASE}
|
echo `uname -p`-apple-darwin${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
*:procnto*:*:* | *:QNX:[0123456789]*:*)
|
*:procnto*:*:* | *:QNX:[0123456789]*:*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user