summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-02-22 15:34:06 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-02-22 15:34:06 +0100
commit620817291b044db6ae902ba49d7e6841e77bbdef (patch)
tree8e465751f684f3ae71f99f1806e03cc837f45423
parent816027df436c8c006b9efc00dfc0dd20fd9d090f (diff)
downloadembtoolkit-620817291b044db6ae902ba49d7e6841e77bbdef.tar.gz
embtoolkit-620817291b044db6ae902ba49d7e6841e77bbdef.tar.bz2
embtoolkit-620817291b044db6ae902ba49d7e6841e77bbdef.tar.xz
Toolchain: build c++ compiler and library by default
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/compiler-options.kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/toolchain/compiler-options.kconfig b/core/toolchain/compiler-options.kconfig
index e270ec5..c4118de 100644
--- a/core/toolchain/compiler-options.kconfig
+++ b/core/toolchain/compiler-options.kconfig
@@ -25,6 +25,7 @@
config EMBTK_GCC_LANGUAGE_CPP
bool "Support C++"
+ default y
select EMBTK_GCC1_LANGUAGE_CPP
select EMBTK_GCC2_LANGUAGE_CPP
select EMBTK_GCC3_LANGUAGE_CPP