tools/winemaker: add m32 flag to support winegcc-changes

André Hentschel nerv at dawncrow.de
Sat Feb 14 05:42:36 CST 2009


---
 tools/winemaker |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/winemaker b/tools/winemaker
index 8c78987..a011787 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -819,6 +819,7 @@ sub source_scan_directory($$$$)
     }
     if ((@$target[$T_FLAGS] & $TF_NOMSVCRT) == 0) {
       push @{@$target[$T_LDFLAGS]},"-mno-cygwin";
+	  push @{@$target[$T_LDFLAGS]},"-m32";
     }
     push @{@$project[$P_TARGETS]},$target;
 
-- 
1.6.0.4


--------------090800030205020302010205--



More information about the wine-patches mailing list