mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Disable C++ for AVR.
This commit is contained in:
parent
3d5b64d2dc
commit
62f77ac635
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user