diff options
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 6cde3d972..c6d832b9b 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -95,7 +95,7 @@ LDFLAGS_tst-clock2 := -lrt LDFLAGS_tst-cond11 := -lrt LDFLAGS_tst-cond19 := -lrt LDFLAGS_tst-rwlock14 := -lrt -LDFLAGS_tst-tls3 := -ldl -rdynamic +LDFLAGS_tst-tls3 := -ldl -rdynamic tst-tls3mod.so LDFLAGS_tst-tls4 := -ldl LDFLAGS_tst-tls5 := tst-tls5mod.so LDFLAGS_tst-clock := -lrt @@ -118,7 +118,7 @@ LDFLAGS_tst-timer2 := -lrt LDFLAGS_tst-timer3 := -lrt LDFLAGS_tst-timer4 := -lrt LDFLAGS_tst-timer5 := -lrt -LDFLAGS_tst-tls3mod.so := -shared -static-libgcc +LDFLAGS_tst-tls3mod.so := -shared -static-libgcc -lpthread LDFLAGS_tst-tls4moda.so := -shared -static-libgcc LDFLAGS_tst-tls4modb.so := -shared -static-libgcc LDFLAGS_tst-tls5mod.so := -shared -static-libgcc -Wl,-soname,tst-tls5mod.so |