diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-25 03:10:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-25 03:10:54 +0000 |
commit | 84e4ff7b49dd13a023b4094d50c843ac16f4ab65 (patch) | |
tree | d385109752e6ac14bbd5e7aaafedf259199d5485 /rt/Makefile | |
parent | 61423e13e519c41c49adcdd8d1259a8213a5fded (diff) | |
download | glibc-84e4ff7b49dd13a023b4094d50c843ac16f4ab65.tar.gz glibc-84e4ff7b49dd13a023b4094d50c843ac16f4ab65.tar.xz glibc-84e4ff7b49dd13a023b4094d50c843ac16f4ab65.zip |
Update.
* rt/Makefile: Remove use of filter for librt again.
Diffstat (limited to 'rt/Makefile')
-rw-r--r-- | rt/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |