summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg b/rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
index b477628..4d300be 100644
--- a/rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
+++ b/rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
@@ -34,6 +34,11 @@
%endif
+#
+# Newer hosts compilers default to newer C++ versions that will not build 4.9
+#
+%define build_cxxflags %{build_cxxflags} -std=c++11
+%define host_cxxflags %{host_cxxflags} -std=c++11
#
# The gcc/newlib build instructions.