From 5f6e15dbc775c77c930f67fdab65bcaff6ac0c42 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 4 Dec 2013 12:47:45 +0100 Subject: [PATCH] Revert "Remove -fpermissive option as clang is used now on Mac OS X platforms." This reverts commit ae2b1a0f751f69c344f672010fa4feca1f5c4781. --- tools/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index c0b064953..5ef2535ad 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -11,7 +11,8 @@ COMMON_CFLAGS=\ $(STRICT_OPTIONS) \ $(LIBXML2_CFLAGS) -AM_CXXFLAGS=$(LIBXML2_CFLAGS) $(STRICT_OPTIONS) +#-fpermissive to workaround a g++ bug on macos 32bit SDK. +AM_CXXFLAGS=$(LIBXML2_CFLAGS) -fpermissive $(STRICT_OPTIONS) EXTRA_DIST=xml2lpc_jni.cc lpc2xml_jni.cc