From 1f0e652a2afc7db36c55276a965ab1fffe7932dc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 18 Mar 2016 15:31:28 +0100 Subject: sptests/sptls02: Use GNU++11 This avoids a problem with the feature test macros introduced in Newlib be657151f12f4d198e45395987f0a626ee1bbb91. --- testsuites/sptests/sptls02/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/sptests/sptls02') diff --git a/testsuites/sptests/sptls02/Makefile.am b/testsuites/sptests/sptls02/Makefile.am index d577b5b2c8..d3b2567d44 100644 --- a/testsuites/sptests/sptls02/Makefile.am +++ b/testsuites/sptests/sptls02/Makefile.am @@ -8,7 +8,7 @@ include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -I$(top_srcdir)/../support/include -AM_CXXFLAGS += -std=c++11 -ftls-model=local-exec +AM_CXXFLAGS += -std=gnu++11 -ftls-model=local-exec LINK_OBJS = $(sptls02_OBJECTS) LINK_LIBS = $(sptls02_LDLIBS) -- cgit v1.2.3