[svn-r27722] Updated the gnu config to cover gcc 5.2*.

Tested on: jam w/ gcc 5.2.0
This commit is contained in:
Dana Robinson 2015-09-09 12:24:12 -05:00
parent d9d02bf847
commit 9ac201d01a

View File

@ -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"