summaryrefslogtreecommitdiff
path: root/core/toolchain/compiler-options.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-16 15:31:31 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-16 15:32:23 +0200
commita0c5a351297a85ccc32f7f1353a86b91e3f561f2 (patch)
tree8a04712a90e4d345f1af4baf2d73bd2d84cb23c7 /core/toolchain/compiler-options.kconfig
parent86ec951196ead247b97d53cd9b5e9ea470bd152d (diff)
downloadembtoolkit-a0c5a351297a85ccc32f7f1353a86b91e3f561f2.tar.gz
embtoolkit-a0c5a351297a85ccc32f7f1353a86b91e3f561f2.tar.bz2
embtoolkit-a0c5a351297a85ccc32f7f1353a86b91e3f561f2.tar.xz
Tolchain: gcc: completely define virtual packages in its kconfig file
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain/compiler-options.kconfig')
-rw-r--r--core/toolchain/compiler-options.kconfig9
1 files changed, 9 insertions, 0 deletions
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