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

View File

@ -1,3 +1,8 @@
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.
2000-03-27 Ben Elliston <bje@redhat.com>
* config.guess: Detect Ascend Embedded/OS, which is really BSDI.

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

3
config.sub vendored
View File

@ -935,7 +935,8 @@ case $os in
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* | -uwin* | -rhapsody* | -opened* | -openstep* | -oskit*)
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)