From a777f26c3252c64928e970f83f2aabe494bacf87 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 25 Feb 2005 02:38:28 +0000 Subject: pdinoto writes: This patch adds an option in GCC config to compile Objective-C language support in the toolchain. It is disabled by default, so it is not intrusive. --- toolchain/gcc/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'toolchain/gcc/Config.in') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 9403aba27..3bce26efd 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -74,3 +74,10 @@ config BR2_INSTALL_LIBGCJ depends on BR2_INSTALL_LIBSTDCPP help Build/install java compiler and libgcj? + +config BR2_INSTALL_OBJC + bool "Build/install Objective-C compiler and runtime?" + default n + help + Build/install Objective-C compiler and runtime? + -- cgit v1.2.3