summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_linux_icc.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-10-04 10:25:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-10-04 10:25:11 +0000
commit84dcc34aff2675c3fecf17feb88698fe245232a1 (patch)
treef736d7f47a2071a472f6b1e87a9615dad07c2bba /ACE/include/makeinclude/platform_linux_icc.GNU
parentf7f6864beac80a2349a1c8967e2fa35e56917f35 (diff)
downloadATCD-84dcc34aff2675c3fecf17feb88698fe245232a1.tar.gz
Thu Oct 4 10:24:52 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_linux_icc.GNU: Added support for c++11 as feature
Diffstat (limited to 'ACE/include/makeinclude/platform_linux_icc.GNU')
-rw-r--r--ACE/include/makeinclude/platform_linux_icc.GNU6
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_linux_icc.GNU b/ACE/include/makeinclude/platform_linux_icc.GNU
index 610618c2c45..c4aa22a554c 100644
--- a/ACE/include/makeinclude/platform_linux_icc.GNU
+++ b/ACE/include/makeinclude/platform_linux_icc.GNU
@@ -63,6 +63,12 @@ ifeq ($(c++0x),1)
CCFLAGS += -Wno-deprecated
endif
+ifeq ($(c++11),1)
+ CCFLAGS += -std=c++11
+ # This is needed due to the use of the deprecated auto_ptr class
+ CCFLAGS += -Wno-deprecated
+endif
+
CFLAGS += -w1
ifeq ($(threads),1)
CPPFLAGS += -D_REENTRANT