summaryrefslogtreecommitdiffstats
path: root/config/freebsd
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-06-08 19:23:06 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-06-08 19:23:06 (GMT)
commit7e9d5c2c3727a8d17e81c25ad8106d35f55f329d (patch)
tree78d1cc1da38e55a3f8e9d64128bc62d9995c172d /config/freebsd
parenta92867f77fb4b7d7baed98a8de20940822389efe (diff)
parentfb5c13d59c8f17dca9bbe0e35e00920be2690af3 (diff)
downloadhdf5-7e9d5c2c3727a8d17e81c25ad8106d35f55f329d.zip
hdf5-7e9d5c2c3727a8d17e81c25ad8106d35f55f329d.tar.gz
hdf5-7e9d5c2c3727a8d17e81c25ad8106d35f55f329d.tar.bz2
Merge pull request #554 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit 'fb5c13d59c8f17dca9bbe0e35e00920be2690af3': Merge of recent develop work to 1.10 branch: * H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214) * H5FDdriver_query() API call (HDFFV-10215) * Fix to skip SWMR tests that when the current VFD is not compatible with the default VFD (HDFFV-10197) * Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937) * Many warning fixes
Diffstat (limited to 'config/freebsd')
-rw-r--r--config/freebsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freebsd b/config/freebsd
index 936c29f..9a9348b 100644
--- a/config/freebsd
+++ b/config/freebsd
@@ -34,8 +34,8 @@ fi
if test "X-" = "X-$FC"; then
case $CC_BASENAME in
gcc*|pgcc*)
- FC=gfortran40
- FC_BASENAME=gfortran40
+ FC=gfortran
+ FC_BASENAME=gfortran
;;
icc*)
FC=ifort