mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-04 20:28:21 +12:00
2005-05-15 Ben Elliston <bje@gnu.org>
Reported by Sam Steingold <sds@gnu.org>: * config.guess (i*:windows32*:*): New. * testsuite/config-guess.data: Add a corresponding test case.
This commit is contained in:
2
config.guess
vendored
2
config.guess
vendored
@ -805,7 +805,7 @@ EOF
|
||||
i*:CYGWIN*:*)
|
||||
echo ${UNAME_MACHINE}-pc-cygwin
|
||||
exit ;;
|
||||
i*:MINGW*:*)
|
||||
i*:MINGW*:* | i*:windows32*:*)
|
||||
echo ${UNAME_MACHINE}-pc-mingw32
|
||||
exit ;;
|
||||
i*:PW*:*)
|
||||
|
Reference in New Issue
Block a user