summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--rt/Makefile4
2 files changed, 2 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 28e4c5180f..e7de6f013f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2001-09-24 Ulrich Drepper <drepper@redhat.com>
+ * rt/Makefile: Remove use of filter for librt again.
+
* sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
UL_SETFSIZE computations better.
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