mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-31 11:36:37 +12:00
2000-05-07 Ben Elliston <bje@redhat.com>
* config.guess: Mac OS X will never return "Mac OS" as a uname value, so remove these cases and punt to the "Darwin" case. From Wilfredo Sanchez <wsanchez@apple.com>.
This commit is contained in:
parent
11a79999eb
commit
f38c05cf41
@ -1,3 +1,9 @@
|
|||||||
|
2000-05-07 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* config.guess: Mac OS X will never return "Mac OS" as a uname
|
||||||
|
value, so remove these cases and punt to the "Darwin" case.
|
||||||
|
From Wilfredo Sanchez <wsanchez@apple.com>.
|
||||||
|
|
||||||
2000-04-30 Ben Elliston <bje@redhat.com>
|
2000-04-30 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* config.guess: Handle Fujitsu UXP/DS. From Fu-Chuan Tsai
|
* config.guess: Handle Fujitsu UXP/DS. From Fu-Chuan Tsai
|
||||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -1018,12 +1018,6 @@ 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 ;;
|
|
||||||
*:Darwin:*:*)
|
*:Darwin:*:*)
|
||||||
echo `uname -p`-apple-darwin${UNAME_RELEASE}
|
echo `uname -p`-apple-darwin${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user