From 1bce38c6fdd7e1d73dcc0740d9178d3930bcf0f0 Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Sun, 29 Nov 2009 21:09:48 +0100 Subject: gcc-configure-common.inc: remove objc from the list of supported languages for nylon * on nylon there is no need for objc support, thus removed this language from the list for nylon --- recipes/gcc/gcc-configure-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/gcc') diff --git a/recipes/gcc/gcc-configure-common.inc b/recipes/gcc/gcc-configure-common.inc index efe8ee8787..8a96326b7d 100644 --- a/recipes/gcc/gcc-configure-common.inc +++ b/recipes/gcc/gcc-configure-common.inc @@ -12,6 +12,7 @@ JAVA_sh3 ?= "" OBJC_linux-uclibceabi ?= "" OBJC_linux-uclibc ?= "" OBJC_avr ?= "" +OBJC_nylon ?= "" OBJC ?= ",objc" # gcc 3.x expects 'f77', 4.0 expects 'f95', 4.1 and 4.2 expect 'fortran' -- cgit 1.2.3-korg