testbot/build: Use the standard MinGW compiler names in the Reconfig.pl script.

Francois Gouget fgouget at codeweavers.com
Fri Oct 5 04:16:26 CDT 2012


---
 testbot/bin/Reconfig.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/Reconfig.pl b/testbot/bin/Reconfig.pl
index 60018d9..2a75e6f 100755
--- a/testbot/bin/Reconfig.pl
+++ b/testbot/bin/Reconfig.pl
@@ -86,7 +86,7 @@ sub BuildCross
 {
   my $Bits = $_[0];
 
-  my $Host = ($Bits == 64 ? "x86_64-w64-mingw32" : "i686-pc-mingw32");
+  my $Host = ($Bits == 64 ? "x86_64-w64-mingw32" : "i686-w64-mingw32");
   mkdir "$DataDir/build-mingw$Bits" if (! -d "$DataDir/build-mingw$Bits");
   system("cd $DataDir/build-mingw$Bits && " .
          "rm -rf * && " .
-- 
1.7.10.4



More information about the wine-patches mailing list