aboutsummaryrefslogtreecommitdiff
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 09:25:07 +0100
commit8343b9da62a81c6bbdf997f48778793553142f47 (patch)
treedc9a61931447c4e862bc54d6726d76324baaf9e0
parentea2da72230169601f06944b27ffeb6071e879b7d (diff)
downloadglibc-8343b9da62a81c6bbdf997f48778793553142f47.tar
glibc-8343b9da62a81c6bbdf997f48778793553142f47.tar.gz
glibc-8343b9da62a81c6bbdf997f48778793553142f47.tar.bz2
glibc-8343b9da62a81c6bbdf997f48778793553142f47.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 571aca7633..a1028fcdff 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 d22197a142..5f7ba532e0 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -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 \