diff options
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/platform/WNT_INTEL_GCC.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/WNT_INTEL_GCC.mk b/solenv/gbuild/platform/WNT_INTEL_GCC.mk index b0b2bdbefcd9..6c50a9cbe18a 100644 --- a/solenv/gbuild/platform/WNT_INTEL_GCC.mk +++ b/solenv/gbuild/platform/WNT_INTEL_GCC.mk @@ -80,6 +80,11 @@ gb_CXXFLAGS += --sysroot=$(SYSBASE) gb_CFLAGS += --sysroot=$(SYSBASE) endif +ifeq ($(HAVE_CXX0X),TRUE) +# We can turn on additional useful checks with c++0x +# FIXME still does not compile fully gb_CXXFLAGS += -std=c++0x +endif + gb_LinkTarget_EXCEPTIONFLAGS += \ -fno-enforce-eh-specs \ |