[oe-commits] Martin Dietze : gcc-configure-common.inc: remove objc from the list of supported languages for nylon

git version control git at git.openembedded.org
Mon Nov 30 15:54:54 UTC 2009


Module: openembedded.git
Branch: shr-testing2009
Commit: 1bce38c6fdd7e1d73dcc0740d9178d3930bcf0f0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1bce38c6fdd7e1d73dcc0740d9178d3930bcf0f0

Author: Martin Dietze <herbert at spamcop.net>
Date:   Sun Nov 29 21:09:48 2009 +0100

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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/gcc/gcc-configure-common.inc b/recipes/gcc/gcc-configure-common.inc
index efe8ee8..8a96326 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'





More information about the Openembedded-commits mailing list