summaryrefslogtreecommitdiff
path: root/rtems.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-09-11 17:16:01 +1000
committerChris Johns <chrisj@rtems.org>2016-09-11 17:16:01 +1000
commit2f48aef04f0e9f2a1dd7846989d42b93b0bf25d4 (patch)
treea22e8e00e41c43bb086ef0ffc0d672cf4bf67309 /rtems.py
parentc60c068bb66282b3ae6a8fb8144b4d8ef3f92afb (diff)
rtems: Do not add --std=gnu+=11 when RTEMS is built with SMP.
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)