nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions

This commit is contained in:
Florian Weimer 2018-01-16 07:19:28 +01:00
parent c9e613a728
commit b725132d2b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2018-01-16 Florian Weimer <fweimer@redhat.com>
* nptl/Makefile (CFLAGS-tst-minstack-throw.o): Compile in C++11
mode with GNU extensions.
2018-01-15 Alan Hayward <alan.hayward@arm.com> 2018-01-15 Alan Hayward <alan.hayward@arm.com>
* elf/elf.h (NT_ARM_SVE): Define. * elf/elf.h (NT_ARM_SVE): Define.

View File

@ -231,6 +231,7 @@ CFLAGS-tst-thread_local1.o = -std=gnu++11
LDLIBS-tst-thread_local1 = -lstdc++ LDLIBS-tst-thread_local1 = -lstdc++
CFLAGS-tst-thread-exit-clobber.o = -std=gnu++11 CFLAGS-tst-thread-exit-clobber.o = -std=gnu++11
LDLIBS-tst-thread-exit-clobber = -lstdc++ LDLIBS-tst-thread-exit-clobber = -lstdc++
CFLAGS-tst-minstack-throw.o = -std=gnu++11
LDLIBS-tst-minstack-throw = -lstdc++ LDLIBS-tst-minstack-throw = -lstdc++
tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \