summaryrefslogtreecommitdiff
path: root/test/tls
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-07 05:25:46 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-07 05:25:46 +0100
commite61e7e0db9a7298ed846769323c7fd9472811c3f (patch)
tree20f822d0fc2f8cd1f6788a1809e4574632328033 /test/tls
parent2ce94b3cb4db55c981ee6f2cbe1d3e790e89a2b7 (diff)
some tests need to be compiled with -std=c99
Diffstat (limited to 'test/tls')
-rw-r--r--test/tls/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in
index 10a515d..6a6a50e 100644
--- a/test/tls/Makefile.in
+++ b/test/tls/Makefile.in
@@ -38,6 +38,8 @@ CFLAGS_tst-tlsmod17b.so := -fPIC -DSHARED -shared
CFLAGS_tst-tlsmod18a.so := -fPIC -DSHARED -shared
CFLAGS_tst-tlsmod-at-ctor.so := -fPIC -DSHARED -shared
+CFLAGS_tst-tls18 += -std=c99
+
LDFLAGS_tst-tlsmod1.so := -shared -static-libgcc -L$(top_builddir)lib
LDFLAGS_tst-tlsmod2.so := -shared -static-libgcc -L$(top_builddir)lib
LDFLAGS_tst-tlsmod3.so := -shared -static-libgcc -L$(top_builddir)lib \