summaryrefslogtreecommitdiff
path: root/kconfig/gcc.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-11-12 21:58:54 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-11-12 21:58:54 +0100
commit03154e0210cebe3b97997ecaf9cd592a4999e6ea (patch)
tree38ee6698eb67679b7402b0c344ba21f2842a8ad4 /kconfig/gcc.kconfig
parent12f0ed29407172de884947e374a589c59d64083d (diff)
downloadembtoolkit-03154e0210cebe3b97997ecaf9cd592a4999e6ea.tar.gz
embtoolkit-03154e0210cebe3b97997ecaf9cd592a4999e6ea.tar.bz2
embtoolkit-03154e0210cebe3b97997ecaf9cd592a4999e6ea.tar.xz
Toolchain: gcc: disable build of objective-c{++} as they do not build
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig/gcc.kconfig')
-rw-r--r--kconfig/gcc.kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig
index b33d0df..52db324 100644
--- a/kconfig/gcc.kconfig
+++ b/kconfig/gcc.kconfig
@@ -81,12 +81,14 @@ config EMBTK_GCC_LANGUAGE_CPP
config EMBTK_GCC_LANGUAGE_OBJECTIVEC
bool "Support Objective-C"
depends on EMBTK_GCC_MORE_LANGUAGES
+ depends on !EMBTK_CLIB_UCLIBC
help
Your toolchain will be able to build Objective-C source code
config EMBTK_GCC_LANGUAGE_OBJECTIVECPP
bool "Support Objective-C++"
depends on EMBTK_GCC_MORE_LANGUAGES
+ depends on !EMBTK_CLIB_UCLIBC
help
Your toolchain will be able to build Objective-C source code