mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-24 01:28:44 +00:00
avr: enable C++ support in the avr sample
C++ support is enabled in most samples existing in crosstool-ng and is also supported by AVR. As pointed out in pull request #124 in the crosstool-ng github, Arduino based projects willing to use this toolchain will require C++ support. Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
CT_ARCH_avr=y
|
||||
CT_CC_GCC_V_4_9_2=y
|
||||
CT_CC_LANG_CXX=y
|
||||
CT_DEBUG_gdb=y
|
||||
CT_ISL_V_0_12_2=y
|
||||
|
Reference in New Issue
Block a user