]> gitweb.michael.orlitzky.com - bash.d.git/commitdiff
compilation.sh: export FFLAGS, too.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Jul 2020 12:50:12 +0000 (08:50 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Jul 2020 12:50:12 +0000 (08:50 -0400)
FFLAGS is the POSIX-make standard name for FORTRAN compiler flags.
It may be needed for build systems that don't use autotools but
are still make-based.

compilation.sh

index 7613425faaa77eda89c29d7d845bd5172aecef7f..3a14667cca618e372f9e4922cb651166b3724cd2 100644 (file)
@@ -35,6 +35,7 @@ fi
 # subsequent commands.
 export CFLAGS
 export CXXFLAGS
+export FFLAGS
 export FCFLAGS
 export LDFLAGS