mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions
(cherry picked from commit b725132d2b
)
This commit is contained in:
parent
ea2da72230
commit
8343b9da62
@ -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]
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user