]> 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 07:08:38 +0000 (08:08 +0100)
(cherry picked from commit b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2)

ChangeLog
nptl/Makefile

index 465f8face703dc31592a4ab52b64ca0b84fd4d3a..b0e4fb4c825b96fb5600395bfd86b606678231c9 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 6516fcd8fbd7894f14925f93e8d3d4d0c05c46ea..75e21ea90d794486a8e08e44d1c9f1541b879d3c 100644 (file)
@@ -229,6 +229,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 \