mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2000-02-15 Ben Elliston <bje@redhat.com>
* config.guess: Detect MacOS X on PowerPC and other machines. From Stephen G. Johnson <stephenj@gil-galad.mit.edu>.
This commit is contained in:
parent
f71a82afca
commit
149375f88d
@ -1,3 +1,8 @@
|
|||||||
|
2000-02-15 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* config.guess: Detect MacOS X on PowerPC and other machines.
|
||||||
|
From Stephen G. Johnson <stephenj@gil-galad.mit.edu>.
|
||||||
|
|
||||||
2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu>
|
2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu>
|
||||||
|
|
||||||
* config.sub: Recognize sv1-cray as a basic_machine type.
|
* config.sub: Recognize sv1-cray as a basic_machine type.
|
||||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -983,6 +983,12 @@ EOF
|
|||||||
*:Rhapsody:*:*)
|
*:Rhapsody:*:*)
|
||||||
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
|
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Power*:Mac*OS:*:*)
|
||||||
|
echo powerpc-apple-macos${UNAME_RELEASE}
|
||||||
|
exit 0 ;;
|
||||||
|
*:Mac*OS:*:*)
|
||||||
|
echo ${UNAME_MACHINE}-apple-macos${UNAME_RELEASE}
|
||||||
|
exit 0 ;;
|
||||||
*:QNX:*:4*)
|
*:QNX:*:4*)
|
||||||
echo i386-qnx-qnx${UNAME_VERSION}
|
echo i386-qnx-qnx${UNAME_VERSION}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user