From: Ulrich Drepper Date: Tue, 25 Sep 2001 03:10:54 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~22441 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84e4ff7b49dd13a023b4094d50c843ac16f4ab65;p=external%2Fglibc.git Update. * rt/Makefile: Remove use of filter for librt again. --- diff --git a/ChangeLog b/ChangeLog index 28e4c51..e7de6f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-09-24 Ulrich Drepper + * 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 df766f4..47ce1fb 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