From 9312ff52e06e3d97f37b14f87cfbd44edfc41d9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Thu, 16 Apr 2009 22:41:09 +0200 Subject: [PATCH] winemaker: Add -m32 flag to support winegcc-changes. --- tools/winemaker | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/winemaker b/tools/winemaker index 1d6800b6852..1bf25d34502 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; -- 2.11.4.GIT