Module: wine Branch: master Commit: 9312ff52e06e3d97f37b14f87cfbd44edfc41d9f URL: http://source.winehq.org/git/wine.git/?a=commit;h=9312ff52e06e3d97f37b14f87c...
Author: André Hentschel nerv@dawncrow.de Date: Thu Apr 16 22:41:09 2009 +0200
winemaker: Add -m32 flag to support winegcc-changes.
---
tools/winemaker | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/winemaker b/tools/winemaker index 1d6800b..1bf25d3 100755 --- a/tools/winemaker +++ b/tools/winemaker @@ -1479,6 +1479,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;