diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-01-24 00:34:29 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-01-24 00:34:29 (GMT) |
commit | 8aa7c27fb717f481d924ea5f7793b10f35c29947 (patch) | |
tree | 6f4b31e4b1190b386395dd816637e5a611d941fb | |
parent | 0d714830a8d0353e82f88cca214d26e4ba12044f (diff) | |
download | hdf5-8aa7c27fb717f481d924ea5f7793b10f35c29947.zip hdf5-8aa7c27fb717f481d924ea5f7793b10f35c29947.tar.gz hdf5-8aa7c27fb717f481d924ea5f7793b10f35c29947.tar.bz2 |
[svn-r28963] Updated the gnu Fortran configure files to set flags when the gnu compiler
is used. The gnu-fflags file was never included.
Tested on ostrich
-rw-r--r-- | config/linux-gnulibc1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index fb8929c..8abbe4a 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -92,6 +92,9 @@ else esac fi +# Figure out GNU FC compiler flags +. $srcdir/config/gnu-fflags + # Figure out PGI FC compiler flags . $srcdir/config/pgi-fflags |