mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 02:56:35 +12:00
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:
parent
7a8749a7fd
commit
474bcc0585
@ -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
3
config.guess
vendored
@ -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
3
config.sub
vendored
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user