[Libreoffice-commits] .: solenv/inc
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sun Aug 7 18:32:21 PDT 2011
solenv/inc/unxiosr.mk | 2 +-
solenv/inc/unxmacx.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9bd139b7056f5526dfa5514a41a9c246bed4516a
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sun Aug 7 20:32:07 2011 -0500
mis-hap removing USE_CCACHE
diff --git a/solenv/inc/unxiosr.mk b/solenv/inc/unxiosr.mk
index 07e6e06..8562e2f 100644
--- a/solenv/inc/unxiosr.mk
+++ b/solenv/inc/unxiosr.mk
@@ -54,7 +54,7 @@ CFLAGSCC=-pipe -fsigned-char $(ARCH_FLAGS)
# Normal Objective C compilation flags
OBJCFLAGS=-fexceptions -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300
-OBJCXXFLAGS:=$(OBJCFLAGS)
+OBJCXXFLAGS:=-x objective-c++ $(OBJCFLAGS)
# Comp Flags for files that need exceptions enabled (C and C++)
CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs
diff --git a/solenv/inc/unxmacx.mk b/solenv/inc/unxmacx.mk
index 0f03b1c..31c4a8b 100644
--- a/solenv/inc/unxmacx.mk
+++ b/solenv/inc/unxmacx.mk
@@ -100,7 +100,7 @@ CFLAGSCC=-pipe -fsigned-char -malign-natural $(ARCH_FLAGS)
#OBJCFLAGS=-no-precomp
OBJCFLAGS=-fobjc-exceptions
-OBJCXXFLAGS=-fobjc-exceptions
+OBJCXXFLAGS=-x objective-c++ -fobjc-exceptions
# Comp Flags for files that need exceptions enabled (C and C++)
CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs
More information about the Libreoffice-commits
mailing list