summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-02-27 01:08:00 (GMT)
committerGitHub <noreply@github.com>2022-02-27 01:08:00 (GMT)
commit50291e54d7ff62e6a6679a63234bb2b1203cd0dc (patch)
treeaec39901baa799e49f108cc80e602f3ef0e76293 /config/gnu-flags
parente8b030363999befa548b94ac5c505d170540aebc (diff)
downloadhdf5-50291e54d7ff62e6a6679a63234bb2b1203cd0dc.zip
hdf5-50291e54d7ff62e6a6679a63234bb2b1203cd0dc.tar.gz
hdf5-50291e54d7ff62e6a6679a63234bb2b1203cd0dc.tar.bz2
Merge SZ plugin changes from develop (#1456)
Diffstat (limited to 'config/gnu-flags')
-rw-r--r--config/gnu-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index 89239df..fe6626d 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -58,7 +58,7 @@ load_gnu_arguments()
if test "X-" = "X-$cc_flags_set"; then
# PathScale compiler spits out gcc version string too. Need to
# filter it out.
- # icc beginning with version 12 includes a "gcc version compatiblilty"
+ # icc beginning with version 12 includes a "gcc version compatibility"
# string, causing the gcc H5_CFLAGS to be erroneously added. The line
# "grep -v 'icc version'" causes the discarding of any output
# containing 'icc version'. The cc_version for icc is correctly determined