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 14:25:23 +0000 (14:25 +0000)
commitf4aa0d42c4bef008a1c4f965bd9ec7a9a0be3b54
tree5c927aaf45b0f6eb532f20c932b8b87275bfeb22
parentdbb50000024372131f17800c05d9a8034a08b222
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.

(From OE-Core rev: ae8c17be2845eff2be8394a5d9a45e6aa321c33d)

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