summaryrefslogtreecommitdiffstats
path: root/config/gnu-cxxflags
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-13 13:46:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-13 13:46:13 (GMT)
commit67445108ca5eafe148902f16f5c0debe15b80f66 (patch)
tree645a83f55820c463670f8a05be4d841a77c33be8 /config/gnu-cxxflags
parent61207a653e1ae563ef8ae7246779556a3946f4dc (diff)
downloadhdf5-67445108ca5eafe148902f16f5c0debe15b80f66.zip
hdf5-67445108ca5eafe148902f16f5c0debe15b80f66.tar.gz
hdf5-67445108ca5eafe148902f16f5c0debe15b80f66.tar.bz2
TRILAB-192 - cleanup edits and match CMake CXX to autotools
Diffstat (limited to 'config/gnu-cxxflags')
-rw-r--r--config/gnu-cxxflags7
1 files changed, 1 insertions, 6 deletions
diff --git a/config/gnu-cxxflags b/config/gnu-cxxflags
index deaa82d..e177aef 100644
--- a/config/gnu-cxxflags
+++ b/config/gnu-cxxflags
@@ -266,6 +266,7 @@ if test "X-g++" = "X-$cxx_vendor"; then
# gcc >= 4.9
if test $cc_vers_major -ge 5 -o $cc_vers_major -eq 4 -a $cc_vers_minor -ge 9; then
H5_CXXFLAGS="$H5_CXXFLAGS $(load_gnu_arguments 4.9)"
+ H5_CXXFLAGS="$H5_CXXFLAGS $(load_gnu_arguments cxx-4.9)"
fi
# gcc >= 5
@@ -304,12 +305,6 @@ if test "X-g++" = "X-$cxx_vendor"; then
cxx_flags_set=yes
fi
-# Version-specific g++ flags
-
-
- # Append more extra warning flags that only gcc 4.9+ know about
- -Wopenmp-simd"
-
# Clear cxx info if no flags set
if test "X$cxx_flags_set" = "X"; then
cxx_vendor=