From 03154e0210cebe3b97997ecaf9cd592a4999e6ea Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Thu, 12 Nov 2009 21:58:54 +0100 Subject: Toolchain: gcc: disable build of objective-c{++} as they do not build Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/gcc.kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kconfig') 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 -- cgit v1.2.3