1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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
This commit is contained in:
Marcin Juszkiewicz
2008-02-07 20:29:36 +00:00
parent 095f9f6e43
commit f2d7bf458f
+2 -2
View File
@@ -1,5 +1,5 @@
FORTRAN = "f95"
HAS_GFORTRAN = "yes"
FORTRAN = ",fortran"
HAS_GFORTRAN ?= "yes"
HAS_G2C = "no"
include gcc3-build-cross.inc