From 62f77ac6356c705a0a05f3520ebbd29e8c89c6d6 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 7 Nov 2012 04:35:17 +1100 Subject: Disable C++ for AVR. --- rtems/config/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'rtems/config/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg') 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 @@ -15,6 +15,14 @@ %define with_plugin 0 %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 # -- cgit v1.2.3