summaryrefslogtreecommitdiffstats
path: root/rtems/config/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-11-07 04:35:17 +1100
committerChris Johns <chrisj@rtems.org>2012-11-07 04:35:43 +1100
commit62f77ac6356c705a0a05f3520ebbd29e8c89c6d6 (patch)
treeff7d6efd52f53bfda3c50ed3fe6870c0d6428ae1 /rtems/config/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
parentAdd -pipe to the compiler options. (diff)
downloadrtems-source-builder-62f77ac6356c705a0a05f3520ebbd29e8c89c6d6.tar.bz2
Disable C++ for AVR.
Diffstat (limited to '')
-rw-r--r--rtems/config/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/rtems/config/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg b/rtems/config/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
index eb399d3..aeb2a20 100644
--- a/rtems/config/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
+++ b/rtems/config/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
@@ -16,6 +16,14 @@
%define with_iconv 1
#
+# AVR C++ does not work.
+# configure: error: unable to detect exception model
+#
+%if %{target} == avr-rtems4.10
+%define enable_cxx 0
+%endif
+
+#
# The RTEMS 4.10 patches
#
Patch0: gcc-core-4.4.7-rtems4.10-20120314.diff