From: Ulrich Drepper Date: Fri, 2 Jul 2010 02:03:29 +0000 (-0700) Subject: Fix build with newer linker. X-Git-Tag: glibc-2.11.3~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a17f00a81580154f1c0cd6cc9799c9584c0965e2;p=thirdparty%2Fglibc.git Fix build with newer linker. (cherry picked from commit 72b6e8c85b95a949d8c5d827a16dd1492d9ef26b) --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index bb2e5dc684d..82ebdbe7616 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2010-07-01 Ulrich Drepper + + * Makefile (tst-_res1): Add tst-_res1mod1 to dependency list. + 2010-10-13 H.J. Lu [BZ #12113] diff --git a/nptl/Makefile b/nptl/Makefile index f96ed458e6d..df458ac5856 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -489,7 +489,8 @@ $(objpfx)tst-rwlock14: $(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) +$(objpfx)tst-_res1: $(objpfx)tst-_res1mod1.so $(objpfx)tst-_res1mod2.so \ + $(shared-thread-library) else $(objpfx)tst-cond11: $(common-objpfx)rt/librt.a $(objpfx)tst-cond19: $(common-objpfx)rt/librt.a