From 23382b36a7f28c5205edd77bacf00fa7cbee9d53 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Sep 2001 04:25:14 +0000 Subject: Update. 2001-09-13 Jakub Jelinek * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter is already found earlier in the search scope. 2001-09-12 Jakub Jelinek * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's filter. --- rt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rt') diff --git a/rt/Makefile b/rt/Makefile index 47ce1fbe84..df766f46a1 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -54,6 +54,10 @@ include ../Rules $(objpfx)librt.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a \ $(shared-thread-library) +ifeq (yes,$(have-thread-library)) +LDFLAGS-rt.so += -Wl,-F,lib$(libprefix)$(patsubst lib%.so,%,$(notdir $(shared-thread-library))).so$($(notdir $(shared-thread-library))-version) +endif + ifeq (yes,$(build-shared)) $(addprefix $(objpfx),$(tests)): $(objpfx)librt.so $(shared-thread-library) else -- cgit v1.2.3