diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-09 17:24:12 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-09 17:24:12 (GMT) |
commit | 9ac201d01a1fe4e990ca9ab4277eb1245f3bfb0d (patch) | |
tree | a4a4b09e996dc12ad351f4dca9f04650c7e50594 /config/gnu-flags | |
parent | d9d02bf84713181b8d2cbafdbc65e83fca70e237 (diff) | |
download | hdf5-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
Diffstat (limited to 'config/gnu-flags')
-rw-r--r-- | config/gnu-flags | 2 |
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" |