From: Florian Weimer Date: Tue, 16 Jan 2018 06:19:28 +0000 (+0100) Subject: nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d97c0539c4258ecf8d46a184e853acad577199;p=thirdparty%2Fglibc.git nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions (cherry picked from commit b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2) --- diff --git a/ChangeLog b/ChangeLog index 1062e4fa593..4d6686a9f52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-01-16 Florian Weimer + + * nptl/Makefile (CFLAGS-tst-minstack-throw.o): Compile in C++11 + mode with GNU extensions. + 2018-01-11 Florian Weimer [BZ #22636]