mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 18:46:38 +12:00
* config.guess (macppc:MirBSD:*:*): Fix typo.
* testsuite/config-guess.data: Add test case.
This commit is contained in:
parent
5a92350b62
commit
e3bed08855
@ -1,3 +1,8 @@
|
||||
2006-07-02 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess (macppc:MirBSD:*:*): Fix typo.
|
||||
* testsuite/config-guess.data: Add test case.
|
||||
|
||||
2006-07-02 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess: Handle Interix 6.
|
||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -211,7 +211,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
||||
echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
|
||||
exit ;;
|
||||
macppc:MirBSD:*:*)
|
||||
echo powerppc-unknown-mirbsd${UNAME_RELEASE}
|
||||
echo powerpc-unknown-mirbsd${UNAME_RELEASE}
|
||||
exit ;;
|
||||
*:MirBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
|
||||
|
@ -23,3 +23,4 @@ EM64T 5.2 Interix ignored x86_64-unknown-interix5.2
|
||||
amd64 5.2 FreeBSD ignored x86_64-unknown-freebsd5.2
|
||||
avr32 2.6.15 Linux ignored avr32-unknown-linux-gnu
|
||||
x86 6.0 Interix ignored i586-pc-interix6.0
|
||||
macppc 1.0 MirBSD ignored powerpc-unknown-mirbsd1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user