From 0b23a3f3b097d89be0a0221e32dd3a970c188df3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Feb 2013 07:49:46 +0200 Subject: MinGW build update for GCC 4.7.2 --- binary/mingw/odb-configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binary/mingw/odb-configure') diff --git a/binary/mingw/odb-configure b/binary/mingw/odb-configure index 337c98f..318560d 100755 --- a/binary/mingw/odb-configure +++ b/binary/mingw/odb-configure @@ -9,6 +9,6 @@ --with-libcutl=../libcutl \ --with-gxx-name='..\\mingw\\bin\\g++.exe' \ --with-options-file='..\\etc\\odb\\default.options' \ -CPPFLAGS=-I`pwd`/../cross/mingw/include/plugin \ CXXFLAGS="-O2 -W -Wall" \ -LDFLAGS=-static-libgcc +LDFLAGS=-static-libgcc \ +CPPFLAGS="-I`pwd`/../gcc-headers/gcc -I`pwd`/../gcc/gcc -I`pwd`/../gcc/libcpp/include -I`pwd`/../gcc/include" -- cgit v1.1