[oe-commits] : gcc configure common: disable objective-c, it ICEs gcc-cross

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 12 14:26:43 UTC 2008


Module: OE.dev
Branch: master
Commit: 9490e1304f71c13baf3fd566b17434e6636be0e1
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=9490e1304f71c13baf3fd566b17434e6636be0e1

Author:  <koen at openembedded.org>
Date:   Mon Aug 11 13:00:58 2008 +0000

gcc configure common: disable objective-c, it ICEs gcc-cross

---

 packages/gcc/gcc-configure-common.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/gcc/gcc-configure-common.inc b/packages/gcc/gcc-configure-common.inc
index 878e2ba..1b3f398 100644
--- a/packages/gcc/gcc-configure-common.inc
+++ b/packages/gcc/gcc-configure-common.inc
@@ -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 ?= ""





More information about the Openembedded-commits mailing list