Disable C++ for AVR.

This commit is contained in:
Chris Johns 2012-11-07 04:35:17 +11:00
parent 3d5b64d2dc
commit 62f77ac635

View File

@ -15,6 +15,14 @@
%define with_plugin 0 %define with_plugin 0
%define with_iconv 1 %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 # The RTEMS 4.10 patches
# #