diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-12 23:23:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-12 23:23:04 +0000 |
commit | bdf3b017afda96b14031c1e5bb643e4b3376a04b (patch) | |
tree | 0ac37aef7779735a0374018a5921480a465328c9 /rt | |
parent | 7aba050de9d46499ed3ce1ddc010cb1850ade9eb (diff) | |
download | glibc-bdf3b017afda96b14031c1e5bb643e4b3376a04b.tar.gz glibc-bdf3b017afda96b14031c1e5bb643e4b3376a04b.tar.xz glibc-bdf3b017afda96b14031c1e5bb643e4b3376a04b.zip |
Update.
Diffstat (limited to 'rt')
-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 |