]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #13199 : klutzy/rust/msys2, r=cmr
authorbors <bors@rust-lang.org>
Sat, 29 Mar 2014 20:31:36 +0000 (13:31 -0700)
committerbors <bors@rust-lang.org>
Sat, 29 Mar 2014 20:31:36 +0000 (13:31 -0700)
MSYS2 supports `MINGW64` system for 64-bit environment. It sets
`MSYSTEM=MINGW64` environment variable, which changes output of
`uname -s` thus affects `configure` behavior.

This patch adds `MINGW64*` support for `configure`.


Trivial merge