mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +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>
|
||||
|
||||
* config.guess: Handle Fujitsu UXP/DS. From Fu-Chuan Tsai
|
||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -1018,12 +1018,6 @@ EOF
|
||||
*:Rhapsody:*:*)
|
||||
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
|
||||
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:*:*)
|
||||
echo `uname -p`-apple-darwin${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user