From a0c5a351297a85ccc32f7f1353a86b91e3f561f2 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 16 Sep 2014 15:31:31 +0200 Subject: Tolchain: gcc: completely define virtual packages in its kconfig file Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/compiler-options.kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'core/toolchain/compiler-options.kconfig') diff --git a/core/toolchain/compiler-options.kconfig b/core/toolchain/compiler-options.kconfig index 39d2cac..e270ec5 100644 --- a/core/toolchain/compiler-options.kconfig +++ b/core/toolchain/compiler-options.kconfig @@ -25,6 +25,9 @@ config EMBTK_GCC_LANGUAGE_CPP bool "Support C++" + select EMBTK_GCC1_LANGUAGE_CPP + select EMBTK_GCC2_LANGUAGE_CPP + select EMBTK_GCC3_LANGUAGE_CPP select KEMBTK_UCLIBC_UCLIBC_HAS_FLOATS if EMBTK_CLIB_UCLIBC select KEMBTK_UCLIBC_UCLIBC_SUSV3_LEGACY if EMBTK_CLIB_UCLIBC select KEMBTK_UCLIBC_UCLIBC_CTOR_DTOR if EMBTK_CLIB_UCLIBC @@ -68,12 +71,18 @@ source "core/toolchain/libcxxrt/libcxxrt.kconfig" config EMBTK_GCC_LANGUAGE_OBJECTIVEC bool "Support Objective-C" depends on !EMBTK_CLIB_UCLIBC + select EMBTK_GCC1_LANGUAGE_OBJECTIVEC + select EMBTK_GCC2_LANGUAGE_OBJECTIVEC + select EMBTK_GCC3_LANGUAGE_OBJECTIVEC help Your toolchain will be able to build Objective-C source code config EMBTK_GCC_LANGUAGE_OBJECTIVECPP bool "Support Objective-C++" depends on !EMBTK_CLIB_UCLIBC + select EMBTK_GCC1_LANGUAGE_OBJECTIVECPP + select EMBTK_GCC2_LANGUAGE_OBJECTIVECPP + select EMBTK_GCC3_LANGUAGE_OBJECTIVECPP help Your toolchain will be able to build Objective-C source code -- cgit v1.2.3