]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf/native.bbclass: Use FC instead of F77 for fortran
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 5 Dec 2013 00:49:12 +0000 (00:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Dec 2013 12:32:11 +0000 (12:32 +0000)
commitae8c17be2845eff2be8394a5d9a45e6aa321c33d
treee7c053fe488e3c9026c74c1c447fa504a3898ec6
parenta5e7ee5770b9e0cf719c573efffd874440f74289
bitbake.conf/native.bbclass: Use FC instead of F77 for fortran

gcc tooling appears to be standardising around the FC variable naming.
This patch changes the F77 namespace to FC instead and use the default
gfortran compiler. If anyone needs the F77 variables or tools, those
can still be made on a case by case basis.

Also updates local.conf.sample.extended accordingly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/native.bbclass
meta/conf/bitbake.conf
meta/conf/local.conf.sample.extended