]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Use -std=c++0x for big_debuginfo_symbol to appease older compilers.
authorMark Wielaard <mark@klomp.org>
Mon, 5 Sep 2016 13:13:12 +0000 (13:13 +0000)
committerMark Wielaard <mark@klomp.org>
Mon, 5 Sep 2016 13:13:12 +0000 (13:13 +0000)
gcc 4.4 doesn't know -std=c++11, but does recognize -std=c++0x.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15944

memcheck/tests/Makefile.am

index 01788f60d170fbfcddf3a04a166c58cd19369774..6481bbd15a6e8fbf407b21700b9ac0ab757b0c07 100644 (file)
@@ -447,7 +447,7 @@ leak_cpp_interior_SOURCES   = leak_cpp_interior.cpp
 demangle_SOURCES = demangle.cpp
 
 big_debuginfo_symbol_SOURCES = big_debuginfo_symbol.cpp
-big_debuginfo_symbol_CXXFLAGS = $(AM_CXXFLAGS) -std=c++11
+big_debuginfo_symbol_CXXFLAGS = $(AM_CXXFLAGS) -std=c++0x
 
 bug340392_CFLAGS        = $(AM_CFLAGS) -O3
 dw4_CFLAGS             = $(AM_CFLAGS) -gdwarf-4 -fdebug-types-section