[1/4] testbot/build: Use the standard MinGW compiler names in the Build.pl script.

Francois Gouget fgouget at codeweavers.com
Wed Mar 27 10:31:29 CDT 2013


The same fix was applied to the Reconfig.pl script previously.
---
 testbot/bin/build/Build.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/build/Build.pl b/testbot/bin/build/Build.pl
index 21899af..2964049 100755
--- a/testbot/bin/build/Build.pl
+++ b/testbot/bin/build/Build.pl
@@ -177,7 +177,7 @@ sub BuildTestExecutable
   if ($NeedConfigure)
   {
     InfoMsg "Reconfigure $Bits-bit crossbuild\n";
-    my $Host = ($Bits == 64 ? "x86_64-w64-mingw32" : "i686-pc-mingw32");
+    my $Host = ($Bits == 64 ? "x86_64-w64-mingw32" : "i686-w64-mingw32");
     system("( cd $DataDir/build-mingw$Bits && set -x && " .
            "  ../wine/configure --host=$Host --with-wine-tools=../build-native --without-x --without-freetype " .
            ") >>$LogDir/Build.log 2>&1");
-- 
1.7.10.4




More information about the wine-patches mailing list