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

(cherry picked from commit b725132d2b)
This commit is contained in:
Florian Weimer 2018-01-16 07:19:28 +01:00
parent ea2da72230
commit 8343b9da62
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 Florian Weimer <fweimer@redhat.com>
[BZ #22636]

View File

@ -221,6 +221,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-typesizes \