From 62c741d969e38f7a1d08f570c82c1e8bd6eaea5c Mon Sep 17 00:00:00 2001 From: Matt Klich Date: Thu, 13 May 2010 17:01:55 -0600 Subject: [PATCH] Specify -m flag on windows x86_64 gcc/g++ compilers. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 6322e4f2bf..f0dcab31a5 100644 --- a/makefile +++ b/makefile @@ -212,8 +212,8 @@ ifeq ($(platform),windows) endif ifeq ($(arch),x86_64) - cxx = x86_64-w64-mingw32-g++ - cc = x86_64-w64-mingw32-gcc + cxx = x86_64-w64-mingw32-g++ $(mflag) + cc = x86_64-w64-mingw32-gcc $(mflag) dlltool = x86_64-w64-mingw32-dlltool ar = x86_64-w64-mingw32-ar ranlib = x86_64-w64-mingw32-ranlib