gcc: unbreak csl 2006q1 (fortran is fortran not f95)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Feb 2008 20:29:36 +0000 (20:29 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Feb 2008 20:29:36 +0000 (20:29 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3714 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gcc/gcc4-build-cross.inc

index 905e7d3..8da5875 100644 (file)
@@ -1,5 +1,5 @@
-FORTRAN = "f95"
-HAS_GFORTRAN = "yes"
+FORTRAN = ",fortran"
+HAS_GFORTRAN ?= "yes"
 HAS_G2C = "no"
 
 include gcc3-build-cross.inc