summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-09 17:24:12 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-09 17:24:12 (GMT)
commit9ac201d01a1fe4e990ca9ab4277eb1245f3bfb0d (patch)
treea4a4b09e996dc12ad351f4dca9f04650c7e50594
parentd9d02bf84713181b8d2cbafdbc65e83fca70e237 (diff)
downloadhdf5-9ac201d01a1fe4e990ca9ab4277eb1245f3bfb0d.zip
hdf5-9ac201d01a1fe4e990ca9ab4277eb1245f3bfb0d.tar.gz
hdf5-9ac201d01a1fe4e990ca9ab4277eb1245f3bfb0d.tar.bz2
[svn-r27722] Updated the gnu config to cover gcc 5.2*.
Tested on: jam w/ gcc 5.2.0
-rw-r--r--config/gnu-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index 5f10519..e7f8f14 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -144,7 +144,7 @@ case "$cc_vendor-$cc_version" in
# Closer to the gcc 5.2 release, we should check for additional flags to
# include and break it out into it's own section, like the other versions
# below. -QAK
- gcc-5.1*)
+ gcc-5*)
# Append warning flags
# Don't use the '-Wtraditional' flag, we're way past having K&R C code
# H5_CFLAGS="$H5_CFLAGS -Wtraditional"