diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-26 10:29:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-26 10:29:12 +0200 |
commit | b06f85d62c41a4ed108628b1c564203f36c0ab4e (patch) | |
tree | e0b82be06a5d95c865063152882e44506ec96a86 /test/nptl/Makefile.in | |
parent | 8fb9dbf08043e5783f1e0680655af04ecf9888cb (diff) |
test: sync tst-atfork2 with GNU libc
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index f8dd1ca90..f5d76da8e 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -152,8 +152,8 @@ CFLAGS_tst-initializers1-gnu99 = $(CFLAGS-tst-initializers1) -std=gnu99 EXTRA_LDFLAGS = $(if $(findstring -lpthread,$(LDFLAGS_$@)),,-lpthread) -LDFLAGS_tst-atfork2 := -ldl -LDFLAGS_libatfork.so := -shared -static-libgcc -lpthread +LDFLAGS_tst-atfork2 := -ldl -rdynamic +LDFLAGS_tst-atfork2mod.so := -shared -static-libgcc -lpthread LDFLAGS_tst-cleanup4 := tst-cleanup4aux.o LDFLAGS_tst-cleanupx4 := tst-cleanup4aux.o LDFLAGS_tst-clock2 := -lrt @@ -210,8 +210,8 @@ tst-tls5: tst-tls5mod.so tst-cleanupx4 : tst-cleanup4aux.o tst-fini1: tst-fini1mod.so -tst-atfork2: libatfork.so -tst-atfork2_glibc: libatfork.so.glibc +tst-atfork2: tst-atfork2mod.so +tst-atfork2_glibc: tst-atfork2mod.so.glibc OPTS_tst-cancel7 = -c ./tst-cancel7 OPTS_tst-mqueue7 = -- ./tst-mqueue7 |