From e61e7e0db9a7298ed846769323c7fd9472811c3f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 7 Nov 2016 05:25:46 +0100 Subject: some tests need to be compiled with -std=c99 --- test/nptl/Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/nptl') diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 341f909..a82eef1 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -120,6 +120,15 @@ CFLAGS_tst-initializers1-c89 = $(CFLAGS-tst-initializers1) -std=c89 CFLAGS_tst-initializers1-c99 = $(CFLAGS-tst-initializers1) -std=c99 CFLAGS_tst-initializers1-gnu89 = $(CFLAGS-tst-initializers1) -std=gnu89 CFLAGS_tst-initializers1-gnu99 = $(CFLAGS-tst-initializers1) -std=gnu99 +CFLAGS_tst-cpuclock1 += -std=c99 +CFLAGS_tst-cpuclock2 += -std=c99 +CFLAGS_tst-cputimer1 += -std=c99 +CFLAGS_tst-cputimer2 += -std=c99 +CFLAGS_tst-cputimer3 += -std=c99 +CFLAGS_tst-mqueue1 += -std=c99 +CFLAGS_tst-mqueue7 += -std=c99 +CFLAGS_tst-mqueue8 += -std=c99 +CFLAGS_tst-tsd6 += -std=c99 EXTRA_LDFLAGS = $(if $(findstring -lpthread,$(LDFLAGS_$@)),,-lpthread) -- cgit v1.2.3