summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-02-07 20:29:36 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-02-07 20:29:36 +0000
commitf2d7bf458f4ce24724d287a8c740f390adc5e72d (patch)
tree5321cab76b7b98ae751d3d0e0823a2d4cf1e359e /meta
parent095f9f6e438f7b5088b0e9789af7f6685c26a111 (diff)
downloadpoky-f2d7bf458f4ce24724d287a8c740f390adc5e72d.tar.gz
gcc: unbreak csl 2006q1 (fortran is fortran not f95)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3714 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gcc/gcc4-build-cross.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc4-build-cross.inc b/meta/packages/gcc/gcc4-build-cross.inc
index 905e7d3839..8da5875a79 100644
--- a/meta/packages/gcc/gcc4-build-cross.inc
+++ b/meta/packages/gcc/gcc4-build-cross.inc
@@ -1,5 +1,5 @@
1FORTRAN = "f95" 1FORTRAN = ",fortran"
2HAS_GFORTRAN = "yes" 2HAS_GFORTRAN ?= "yes"
3HAS_G2C = "no" 3HAS_G2C = "no"
4 4
5include gcc3-build-cross.inc 5include gcc3-build-cross.inc