gcc configure common: disable objective-c, it ICEs gcc-cross
authorKoen Kooi <koen@openembedded.org>
Mon, 11 Aug 2008 13:00:58 +0000 (13:00 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Aug 2008 13:00:58 +0000 (13:00 +0000)
packages/gcc/gcc-configure-common.inc

index 878e2ba..1b3f398 100644 (file)
@@ -12,6 +12,7 @@ JAVA_sh3 ?= ""
 # gcc 3.x expects 'f77', 4.0 expects 'f95', 4.1 and 4.2 expect 'fortran'
 FORTRAN ?= ",f77"
 LANGUAGES ?= "c,objc,c++${FORTRAN}${JAVA}"
+LANGUAGES_avr32 = "c,c++${FORTRAN}${JAVA}"
 
 EXTRA_OECONF_BASE ?= ""
 EXTRA_OECONF_PATHS ?= ""