aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.3.3.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-13 22:49:19 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-13 22:49:19 +0200
commit5391c3d2f4172925afa8096a64f92f02556636e2 (patch)
treeab4ade98d038b86aa7a5b5d98728ff4742a4b2d9 /recipes/gcc/gcc-4.3.3.inc
parenta6abba00643c4e565a0f5dee1f1af63cd4e47edc (diff)
downloadopenembedded-5391c3d2f4172925afa8096a64f92f02556636e2.tar.gz
gcc 4.3.3: fix regression from 4.3.1 that caused fortran to get disabled for linux-gnueabi
* powerpc people are welcome to enable fortran as well :)
Diffstat (limited to 'recipes/gcc/gcc-4.3.3.inc')
-rw-r--r--recipes/gcc/gcc-4.3.3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc
index 45cf3a231f..a3da990dc7 100644
--- a/recipes/gcc/gcc-4.3.3.inc
+++ b/recipes/gcc/gcc-4.3.3.inc
@@ -65,6 +65,7 @@ SRC_URI_append_sh4 = " file://sh_unwind.patch;patch=1 \
"
# Language Overrides
FORTRAN = ""
+FORTRAN_linux-gnueabi = ",fortran"
JAVA = ""
EXTRA_OECONF_BASE = " --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap"