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/gcc-uclibc-3.x.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/gcc/gcc-uclibc-3.x.mk') diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk index 3457b4a69..0e400c236 100644 --- a/toolchain/gcc/gcc-uclibc-3.x.mk +++ b/toolchain/gcc/gcc-uclibc-3.x.mk @@ -49,6 +49,10 @@ TARGET_LANGUAGES:=c endif endif +ifeq ($(BR2_INSTALL_OBJC),y) +TARGET_LANGUAGES:=$(TARGET_LANGUAGES),objc +endif + ############################################################# # # build the first pass gcc compiler -- cgit v1.2.3