about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-01-16 07:19:28 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-01-16 08:08:38 +0100
commit6311c54e3a39705e9dbcb1824f19344c5c12b58e (patch)
tree8387b3641d93a9ec1e49320150b695dcefaa11aa
parent247c1ddd309e3f4135045eab554f3817b7d765be (diff)
downloadglibc-6311c54e3a39705e9dbcb1824f19344c5c12b58e.tar.gz
glibc-6311c54e3a39705e9dbcb1824f19344c5c12b58e.tar.xz
glibc-6311c54e3a39705e9dbcb1824f19344c5c12b58e.zip
nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions
(cherry picked from commit b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2)
-rw-r--r--ChangeLog5
-rw-r--r--nptl/Makefile1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 465f8face7..b0e4fb4c82 100644
--- 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]
diff --git a/nptl/Makefile b/nptl/Makefile
index 6516fcd8fb..75e21ea90d 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -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 \