diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-01-16 07:19:28 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-01-16 07:19:28 +0100 |
commit | b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2 (patch) | |
tree | 2f86e020865307dddb5b0034840f7313ba175088 /nptl | |
parent | c9e613a728b9eaf0713b5a5970bb9ad4984fc688 (diff) | |
download | glibc-b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2.zip glibc-b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2.tar.gz glibc-b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2.tar.bz2 |
nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index d59caa5..a11a25b 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -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 \ |