diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-18 00:21:16 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-18 00:21:56 +0100 |
commit | c3ee19573df658aad2d4caa0a745fcac61583ea4 (patch) | |
tree | d64645b7fdc93794b3593163e7c6e906d5c40913 /packages/gcc/gcc-4.3.1.inc | |
parent | c6de2cbbd977a0addde4200f14ea5bf531c72ee1 (diff) |
gcc 4.3.1: mangle gfortran.patch to work on 64bit hosts as well
Diffstat (limited to 'packages/gcc/gcc-4.3.1.inc')
-rw-r--r-- | packages/gcc/gcc-4.3.1.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.3.1.inc b/packages/gcc/gcc-4.3.1.inc index 6bc197e4c5..18195bc9a5 100644 --- a/packages/gcc/gcc-4.3.1.inc +++ b/packages/gcc/gcc-4.3.1.inc @@ -66,6 +66,7 @@ SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " # Language Overrides FORTRAN = "" JAVA = "" +FORTRAN_linux-gnueabi = ",fortran" EXTRA_OECONF_BASE = " --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap" |