From e372769b4567bdc938cb411f5a4fa028adebed5d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 4 Dec 2006 17:41:15 +0000 Subject: [PATCH] Remove -ansi compiler option. --- config/CONFIG.Host.win32-x86-mingw | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/CONFIG.Host.win32-x86-mingw b/config/CONFIG.Host.win32-x86-mingw index 34b7a61a1..638b125ff 100644 --- a/config/CONFIG.Host.win32-x86-mingw +++ b/config/CONFIG.Host.win32-x86-mingw @@ -51,3 +51,8 @@ POSIX_CPPFLAGS_YES = ARCH_DEP_LDLIBS = -lws2_32 -ladvapi32 -luser32 -lkernel32 -lwinmm +# Remove -ansi compile option for gcc (does not allow c++ type comments). +GCC_ANSI = $(GCC) +GCC_STRICT = $(GCC) -pedantic +G++_NORMAL = $(G++) -pedantic +G++_STRICT = $(G++) -pedantic