summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-08-07 20:32:07 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-08-07 20:32:07 -0500
commit9bd139b7056f5526dfa5514a41a9c246bed4516a (patch)
treeb51d37360222f9988c12f9eede4dbf802dcc4496 /solenv
parent49fa5b039d1c89db367f7c71eb1e421467181d8e (diff)
mis-hap removing USE_CCACHE
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/unxiosr.mk2
-rw-r--r--solenv/inc/unxmacx.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/solenv/inc/unxiosr.mk b/solenv/inc/unxiosr.mk
index 07e6e061ed61..8562e2f5f769 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 0f03b1c86191..31c4a8b27d47 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