diff options
Diffstat (limited to 'eclass/fortran-2.eclass')
-rw-r--r-- | eclass/fortran-2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index ec2c60213..263ffb93c 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -102,6 +102,7 @@ fortran-2_pkg_setup() { _have-valid-fortran || \ die "Please emerge the current gcc with USE=fortran or export FC defining a working fortran compiler" export F77="$(tc-getFC)" + export F90="$(tc-getFC)" export F95="$(tc-getFC)" if [[ ${FCOPENMP} == 1 ]]; then _fortran-has-openmp || \ |