]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 25 Sep 2001 03:10:54 +0000 (03:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 25 Sep 2001 03:10:54 +0000 (03:10 +0000)
* rt/Makefile: Remove use of filter for librt again.

ChangeLog
rt/Makefile

index 28e4c5180f972bde62573f7d6050d59757002a5b..e7de6f013f8102f2df29f8578826f6f267f8a2b0 100644 (file)
--- 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.
 
index df766f46a1fd1e6afb899f085d733277223e9420..47ce1fbe848afa958b0a690a9c77c049fae10083 100644 (file)
@@ -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