diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-04-08 22:02:34 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-04-08 22:02:34 (GMT) |
commit | e6cd19937b0e5fe5b49f7e88b08f15305e0b5af1 (patch) | |
tree | d60c5e8edd3a1c55f8cc2abdfc2905e505023754 /config/gnu-fflags | |
parent | b35dcaf84731e72991d0cd1d421fe2d68a065842 (diff) | |
download | hdf5-e6cd19937b0e5fe5b49f7e88b08f15305e0b5af1.zip hdf5-e6cd19937b0e5fe5b49f7e88b08f15305e0b5af1.tar.gz hdf5-e6cd19937b0e5fe5b49f7e88b08f15305e0b5af1.tar.bz2 |
Squashed commit of the following:
commit 8963c3bf756f8f8ec21beea9bd29a767e77675a8
Author: Larry Knox <lrknox@hdfgroup.org>
Date: Wed Apr 8 16:52:27 2020 -0500
Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags
to not add C warnings flags to H5_FCFLAGS.
Diffstat (limited to 'config/gnu-fflags')
-rw-r--r-- | config/gnu-fflags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-fflags b/config/gnu-fflags index 2859158..f58f10c 100644 --- a/config/gnu-fflags +++ b/config/gnu-fflags @@ -139,7 +139,7 @@ if test "X-gfortran" = "X-$f9x_vendor"; then # General # ########### - H5_FCFLAGS="$H5_CFLAGS $(load_gnu_arguments gfort-general)" + H5_FCFLAGS="$H5_FCFLAGS $(load_gnu_arguments gfort-general)" ############################# # Version-specific warnings # |