about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-09-19 17:15:47 +0000
committerbors <bors@rust-lang.org>2014-09-19 17:15:47 +0000
commit3b6e880fffb8e09b15bc6fc41d5b23f21bf5056d (patch)
treee1d91354ebd1afbf97f9f46667d8f977ce195f71
parentaf3889f6979647b9bd2dc5f5132d80e3e5b405a5 (diff)
parent12cb0bfcf4e541499f546cbe03cdfadca8c8afb9 (diff)
auto merge of #17393 : brson/rust/win32trip, r=alexcrichton
This will hopefully fix the win32 nightlies.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ef6da404623..716bf61f977 100755
--- a/configure
+++ b/configure
@@ -306,7 +306,7 @@ case $CFG_OSTYPE in
         # instead, msys defines $MSYSTEM which is MINGW32 on i686 and
         # MINGW64 on x86_64.
         CFG_CPUTYPE=i686
-        CFG_OSTYPE=pc-mingw32
+        CFG_OSTYPE=w64-mingw32
         if [ "$MSYSTEM" = MINGW64 ]
         then
             CFG_CPUTYPE=x86_64