From b725132d2b0aeddf970b1ce3e5a24f8637a7b4c2 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 16 Jan 2018 07:19:28 +0100 Subject: nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions --- nptl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl') diff --git a/nptl/Makefile b/nptl/Makefile index d59caa5980..a11a25bbff 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 \ -- cgit v1.2.3