]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/Makefile.in: set variables for legacy f77 checks
authorSamuel Martin <s.martin49@gmail.com>
Fri, 1 Jul 2016 16:29:09 +0000 (18:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 Jul 2016 21:01:25 +0000 (23:01 +0200)
commit35e980f324096b291203f26399e58269b0dda092
treeceb4844304af65c82a5c9819e9d1b5f6737562ec
parent43e257d86d74eafc82919994a8f55e9254108620
package/Makefile.in: set variables for legacy f77 checks

For fortran detection, some projects check for fortran availability
using the FC/FCFLAGS variables, and others for the legacy F77/FFLAGS
ones.
So, make sure the legacy fortran F77 and FFLAGS variables are set in
TARGET_CONFIGURE_OPTS.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in