Skip to content

Commit

Permalink
Teach config.guess that MSYS exists.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yrnkrn committed Jul 14, 2015
1 parent ba38e6c commit 3498c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoconf/config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3498c34

Please sign in to comment.