2000-04-06 Ben Elliston <bje@redhat.com>

* config.guess: Detect Apple's Darwin operating system.
	* config.sub: Handle an appropriate alias. From Assar Westerlund.
This commit is contained in:
Ben Elliston
2000-04-06 12:38:58 +00:00
parent 7a8749a7fd
commit 474bcc0585
3 changed files with 10 additions and 1 deletions

3
config.guess vendored
View File

@ -1024,6 +1024,9 @@ EOF
*:Mac*OS:*:*)
echo ${UNAME_MACHINE}-apple-macos${UNAME_RELEASE}
exit 0 ;;
*:Darwin:*:*)
echo `uname -p`-apple-darwin${UNAME_RELEASE}
exit 0 ;;
*:procnto*:*:* | *:QNX:[0123456789]*:*)
if test "${UNAME_MACHINE}" = "x86pc"; then
UNAME_MACHINE=pc