]> git.lizzy.rs Git - rust.git/commitdiff
Fix detection of win32 triple
authorBrian Anderson <banderson@mozilla.com>
Fri, 19 Sep 2014 16:06:23 +0000 (09:06 -0700)
committerBrian Anderson <banderson@mozilla.com>
Fri, 19 Sep 2014 16:06:25 +0000 (09:06 -0700)
This will hopefully fix the win32 nightlies.

configure

index ef6da404623efc15574f0524f5db0abcaca80c13..716bf61f977f2196560d76e43c3b4fb6670788f3 100755 (executable)
--- 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