diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-01-27 06:23:40 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-01-27 06:23:40 (GMT) |
commit | 20a3462089f9a70809267552eec392abfaa60361 (patch) | |
tree | 4c0cc2ef7e4c640fff226dacd78a73a0e3c211bf /config/linux-gnulibc1 | |
parent | 8bbdc947c4f92fc9b1711adc0b00337dae2ed666 (diff) | |
download | hdf5-20a3462089f9a70809267552eec392abfaa60361.zip hdf5-20a3462089f9a70809267552eec392abfaa60361.tar.gz hdf5-20a3462089f9a70809267552eec392abfaa60361.tar.bz2 |
[svn-r28977] Added autotools g++ compiler flags/warnings file to config/
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial w/ C++
Diffstat (limited to 'config/linux-gnulibc1')
-rw-r--r-- | config/linux-gnulibc1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index 8abbe4a..405fa34 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -133,6 +133,9 @@ if test -z "$CXX"; then CXX_BASENAME=g++ fi +# Figure out GNU CXX compiler flags +. $srcdir/config/gnu-cxxflags + # compiler version strings # check if the compiler_version_info is already set |