]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions
authorFlorian Weimer <fweimer@redhat.com>
Tue, 16 Jan 2018 06:19:28 +0000 (07:19 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 16 Jan 2018 08:25:07 +0000 (09:25 +0100)
(cherry picked from commit b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2)

ChangeLog
nptl/Makefile

index 571aca7633820ee4d5c8059c3e592e2d5f4054e0..a1028fcdff30020b1bdc0e6f9761d9183448f41c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index d22197a142d6fe253b7784bb8ceaeeb1c40ee2b9..5f7ba532e0d4418fc69dfedb1c4e7d61a179d4be 100644 (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 \