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-Tag: glibc-2.27~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2;p=thirdparty%2Fglibc.git nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions --- diff --git a/ChangeLog b/ChangeLog index 8abc78b8496..26914f7d762 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-15 Alan Hayward * elf/elf.h (NT_ARM_SVE): Define. diff --git a/nptl/Makefile b/nptl/Makefile index d59caa5980d..a11a25bbff4 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -231,6 +231,7 @@ CFLAGS-tst-thread_local1.o = -std=gnu++11 LDLIBS-tst-thread_local1 = -lstdc++ CFLAGS-tst-thread-exit-clobber.o = -std=gnu++11 LDLIBS-tst-thread-exit-clobber = -lstdc++ +CFLAGS-tst-minstack-throw.o = -std=gnu++11 LDLIBS-tst-minstack-throw = -lstdc++ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \