From 7c56cade269f491b36799bdb4e4f369cf63c03c8 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Tue, 29 Mar 2011 23:36:28 +0900 Subject: [PATCH] use cygwin version of mingw-64 --- Makefile.common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.common b/Makefile.common index 3344cf7..5ce6ee7 100755 --- a/Makefile.common +++ b/Makefile.common @@ -90,10 +90,10 @@ Windows-x86_LINKFLAGS := -Wl,--kill-at -shared -static-libgcc Windows-x86_LIBNAME := snappy.dll Windows-x86_SNAPPY_FLAGS := -Windows-amd64_CXX := x86_64-w64-mingw32-g++ -Windows-amd64_STRIP := x86_64-w64-mingw32-strip -#Windows-amd64_CXX := g++ -#Windows-amd64_STRIP := strip +#Windows-amd64_CXX := x86_64-w64-mingw32-g++ +#Windows-amd64_STRIP := x86_64-w64-mingw32-strip +Windows-amd64_CXX := i686-w64-mingw32-g++ +Windows-amd64_STRIP := i686-w64-mingw32-strip Windows-amd64_CXXFLAGS := -Ilib/inc_win -O2 Windows-amd64_LINKFLAGS := -Wl,--kill-at -shared -static-libgcc Windows-amd64_LIBNAME := snappy.dll