summaryrefslogtreecommitdiff
path: root/rtems.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtems.py')
-rw-r--r--rtems.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rtems.py b/rtems.py
index e4ab3df..b3e177b 100644
--- a/rtems.py
+++ b/rtems.py
@@ -255,8 +255,6 @@ def configure(conf, bsp_configure = None):
msg = 'Checking for RTEMS CPU options header',
mandatory = True)
load_cpuopts(conf, ab, rtems_path)
- if conf.env['RTEMS_SMP'] == 'Yes':
- conf.env.CXXFLAGS += ['-std=gnu++11']
conf.multicheck({ 'header_name': 'rtems.h'},
msg = 'Checking for RTEMS header',
mandatory = True)