I went back to fortran but also changed FORTRAN ?= fortran
14,15c14,15
< FORTRAN ?= ",fortran"
< LANGUAGES ?= "c,c++,fortran${JAVA}"
---
> FORTRAN ?= ",f77"
> LANGUAGES ?= "c,c++${FORTRAN}${JAVA}"


On Fri, Apr 5, 2013 at 5:00 PM, Khem Raj <raj.k...@gmail.com> wrote:

>
> On Apr 5, 2013, at 3:35 PM, Edward Vidal <vidal.devel...@gmail.com> wrote:
>
> I believe that the error was in gcc-configure-common.inc it should of been
> f95 not fortran. I am do a clean build  now for beagleboard and beaglebone.
>
>
> No, f95 is old and deprecated 'fortran' is right
>
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to