summaryrefslogtreecommitdiff
path: root/samples/avr/crosstool.config
diff options
context:
space:
mode:
authorErico Nunes <nunes.erico@gmail.com>2015-06-28 00:33:49 (GMT)
committerErico Nunes <nunes.erico@gmail.com>2015-06-28 00:33:49 (GMT)
commit2f436a02e35114487179f69fe24c62723724f8c4 (patch)
treed8cf9fcbd0663e9f21dbadb452c2c0def500e147 /samples/avr/crosstool.config
parent14cc1cb28e37d5e6ce0b01990445de493ec7a967 (diff)
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>
Diffstat (limited to 'samples/avr/crosstool.config')
-rw-r--r--samples/avr/crosstool.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/avr/crosstool.config b/samples/avr/crosstool.config
index 6aa2001..51f453e 100644
--- a/samples/avr/crosstool.config
+++ b/samples/avr/crosstool.config
@@ -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