diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-25 08:26:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-25 08:26:24 +0000 |
commit | 701d185cba1f141555ec0b695570e8feceabe532 (patch) | |
tree | 91d759e3b29451b15800adecd2ee827cc25f78dd /nptl/Makefile | |
parent | 16edf13b226dbe5f4f39794cfa363904af2c7973 (diff) | |
download | glibc-701d185cba1f141555ec0b695570e8feceabe532.tar.gz glibc-701d185cba1f141555ec0b695570e8feceabe532.tar.xz glibc-701d185cba1f141555ec0b695570e8feceabe532.zip |
Update.
2004-02-25 Ulrich Drepper <drepper@redhat.com> * Makefile: Define sonames for tst-tls5mod, tst-_res1mod1, and tst-_res1mod2.
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 3cdd1b4c98..08cd85eadf 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -434,6 +434,7 @@ $(objpfx)tst-tls4: $(libdl) $(shared-thread-library) $(objpfx)tst-tls4.out: $(objpfx)tst-tls4moda.so $(objpfx)tst-tls4modb.so $(objpfx)tst-tls5: $(objpfx)tst-tls5mod.so $(shared-thread-library) +LDFLAGS-tst-tls5mod.so = -Wl,-soname,tst-tls5mod.so ifeq ($(build-shared),yes) tests: $(objpfx)tst-tls6.out @@ -455,6 +456,8 @@ $(objpfx)tst-cancel18: $(common-objpfx)rt/librt.so $(objpfx)tst-cancelx18: $(common-objpfx)rt/librt.so $(objpfx)tst-clock2: $(common-objpfx)rt/librt.so $(objpfx)tst-_res1mod2.so: $(objpfx)tst-_res1mod1.so +LDFLAGS-tst-_res1mod1.so = -Wl,-soname,tst-_res1mod1.so +LDFLAGS-tst-_res1mod2.so = -Wl,-soname,tst-_res1mod2.so $(objpfx)tst-_res1: $(objpfx)tst-_res1mod2.so $(shared-thread-library) else $(objpfx)tst-cond11: $(common-objpfx)rt/librt.a |