From bdf3b017afda96b14031c1e5bb643e4b3376a04b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Sep 2001 23:23:04 +0000 Subject: [PATCH] Update. --- ChangeLog | 5 ----- rt/Makefile | 4 ---- 2 files changed, 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a4df63746..fe2776f473 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,3 @@ -2001-09-12 Jakub Jelinek - - * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's - filter. - 2001-09-12 Ulrich Drepper * config.h.in: Enforce optimization to be used. diff --git a/rt/Makefile b/rt/Makefile index df766f46a1..47ce1fbe84 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -54,10 +54,6 @@ 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