From 620817291b044db6ae902ba49d7e6841e77bbdef Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 22 Feb 2015 15:34:06 +0100 Subject: Toolchain: build c++ compiler and library by default Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/compiler-options.kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3