diff options
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 644967b99c..446103a6cc 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -155,6 +155,7 @@ tests = tst-attr1 tst-attr2 \ tst-stdio1 tst-stdio2 \ tst-stack1 \ tst-unload \ + tst-dlsym1 \ tst-sysconf \ tst-locale1 tst-locale2 \ tst-umask1 \ @@ -258,6 +259,8 @@ LDFLAGS-tst-tls3 = -rdynamic $(objpfx)tst-tls3.out: $(objpfx)tst-tls3mod.so $(objpfx)tst-tls3mod.so: $(shared-thread-library) +$(objpfx)tst-dlsym1: $(libdl) $(shared-thread-library) + extra-B-pthread.so = -B$(common-objpfx)nptl/ $(objpfx)libpthread.so: $(objpfx)crti.o $(objpfx)libpthread.so: +preinit += $(objpfx)crti.o |