mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Teach config.guess that MSYS exists.
We might not want to upgrade config.guess to the current version due to the license change from GPL2 to GPL3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242178 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ba38e6c2ae
commit
3498c348c1
3
autoconf/config.guess
vendored
3
autoconf/config.guess
vendored
@ -810,6 +810,9 @@ EOF
|
||||
*:MINGW*:*)
|
||||
echo ${UNAME_MACHINE}-pc-mingw32
|
||||
exit ;;
|
||||
*:MSYS*:*)
|
||||
echo ${UNAME_MACHINE}-pc-msys
|
||||
exit ;;
|
||||
i*:windows32*:*)
|
||||
# uname -m includes "-pc" on this system.
|
||||
echo ${UNAME_MACHINE}-mingw32
|
||||
|
Loading…
Reference in New Issue
Block a user