summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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