From: Phil Blundell Date: Wed, 6 Aug 2008 08:07:09 +0000 (+0000) Subject: gcc: enable Objective-C X-Git-Tag: Release-2010-05/1~6347^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26c3bfa82dbe8996c1952c06d700db7d7689201;p=openembedded.git gcc: enable Objective-C --- diff --git a/packages/gcc/gcc-configure-common.inc b/packages/gcc/gcc-configure-common.inc index d9bd40092c..878e2ba1ef 100644 --- a/packages/gcc/gcc-configure-common.inc +++ b/packages/gcc/gcc-configure-common.inc @@ -11,7 +11,7 @@ JAVA_mipsel ?= "" JAVA_sh3 ?= "" # gcc 3.x expects 'f77', 4.0 expects 'f95', 4.1 and 4.2 expect 'fortran' FORTRAN ?= ",f77" -LANGUAGES ?= "c,c++${FORTRAN}${JAVA}" +LANGUAGES ?= "c,objc,c++${FORTRAN}${JAVA}" EXTRA_OECONF_BASE ?= "" EXTRA_OECONF_PATHS ?= ""