mirror of git://sourceware.org/git/glibc.git
Fix build with newer linker.
This commit is contained in:
parent
f47c9a11ad
commit
72b6e8c85b
|
@ -1,3 +1,7 @@
|
||||||
|
2010-07-01 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* Makefile (tst-_res1): Add tst-_res1mod1 to dependency list.
|
||||||
|
|
||||||
2010-06-01 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
|
2010-06-01 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/sh/lowlevellock.S: Fix incorrect
|
* sysdeps/unix/sysv/linux/sh/lowlevellock.S: Fix incorrect
|
||||||
|
|
|
@ -491,7 +491,8 @@ $(objpfx)tst-rwlock14: $(common-objpfx)rt/librt.so
|
||||||
$(objpfx)tst-_res1mod2.so: $(objpfx)tst-_res1mod1.so
|
$(objpfx)tst-_res1mod2.so: $(objpfx)tst-_res1mod1.so
|
||||||
LDFLAGS-tst-_res1mod1.so = -Wl,-soname,tst-_res1mod1.so
|
LDFLAGS-tst-_res1mod1.so = -Wl,-soname,tst-_res1mod1.so
|
||||||
LDFLAGS-tst-_res1mod2.so = -Wl,-soname,tst-_res1mod2.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
|
else
|
||||||
$(objpfx)tst-cond11: $(common-objpfx)rt/librt.a
|
$(objpfx)tst-cond11: $(common-objpfx)rt/librt.a
|
||||||
$(objpfx)tst-cond19: $(common-objpfx)rt/librt.a
|
$(objpfx)tst-cond19: $(common-objpfx)rt/librt.a
|
||||||
|
|
Loading…
Reference in New Issue