sptests/sptls02: Use GNU++11

This avoids a problem with the feature test macros introduced in Newlib
be657151f12f4d198e45395987f0a626ee1bbb91.
This commit is contained in:
Sebastian Huber
2016-03-18 15:31:28 +01:00
parent e12f4e1724
commit 1f0e652a2a

View File

@@ -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)