[COMMITTED] nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions

Message ID 20180116071425.750DE40172552@oldenburg.str.redhat.com
State Committed
Headers

Commit Message

Florian Weimer Jan. 16, 2018, 7:14 a.m. UTC
  2018-01-16  Florian Weimer  <fweimer@redhat.com>

	* nptl/Makefile (CFLAGS-tst-minstack-throw.o): Compile in C++11
	mode with GNU extensions.
  

Patch

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 \