Update.
* rt/Makefile: Remove use of filter for librt again.
This commit is contained in:
parent
61423e13e5
commit
84e4ff7b49
@ -1,5 +1,7 @@
|
|||||||
2001-09-24 Ulrich Drepper <drepper@redhat.com>
|
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
|
* sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
|
||||||
UL_SETFSIZE computations better.
|
UL_SETFSIZE computations better.
|
||||||
|
|
||||||
|
@ -54,10 +54,6 @@ include ../Rules
|
|||||||
$(objpfx)librt.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a \
|
$(objpfx)librt.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a \
|
||||||
$(shared-thread-library)
|
$(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))
|
ifeq (yes,$(build-shared))
|
||||||
$(addprefix $(objpfx),$(tests)): $(objpfx)librt.so $(shared-thread-library)
|
$(addprefix $(objpfx),$(tests)): $(objpfx)librt.so $(shared-thread-library)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user