git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71c4529
)
gcc configure common: disable objective-c, it ICEs gcc-cross
author
Koen Kooi
<koen@openembedded.org>
Mon, 11 Aug 2008 13:00:58 +0000
(13:00 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 11 Aug 2008 13:00:58 +0000
(13:00 +0000)
packages/gcc/gcc-configure-common.inc
patch
|
blob
|
history
diff --git
a/packages/gcc/gcc-configure-common.inc
b/packages/gcc/gcc-configure-common.inc
index
878e2ba
..
1b3f398
100644
(file)
--- 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 ?= ""