]> 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 06:19:28 +0000 (07:19 +0100)
ChangeLog
nptl/Makefile

index 8abc78b8496c7c72ec1beab56dd4692fb349b60f..26914f7d76264038dbce30f43279aecfa98f2c68 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  Alan Hayward  <alan.hayward@arm.com>
 
        * elf/elf.h (NT_ARM_SVE): Define.
index d59caa5980d04ce7a5ceb7deefc625dbad9f23e1..a11a25bbff4e1a8df09413b1f1eb0683d51c3fd3 100644 (file)
@@ -231,6 +231,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 \