gcc-configure-common.inc: remove objc from the list of supported languages for nylon
authorMartin Dietze <herbert@spamcop.net>
Sun, 29 Nov 2009 20:09:48 +0000 (21:09 +0100)
committerMartin Dietze <herbert@spamcop.net>
Sun, 29 Nov 2009 20:09:48 +0000 (21:09 +0100)
 * on nylon there is no need for objc support, thus removed this language from the list for nylon

recipes/gcc/gcc-configure-common.inc

index efe8ee8..8a96326 100644 (file)
@@ -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'