mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
This commit is contained in:
parent
7aba050de9
commit
bdf3b017af
@ -1,8 +1,3 @@
|
|||||||
2001-09-12 Jakub Jelinek <jakub@redhat.com>
|
|
||||||
|
|
||||||
* rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
|
|
||||||
filter.
|
|
||||||
|
|
||||||
2001-09-12 Ulrich Drepper <drepper@redhat.com>
|
2001-09-12 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* config.h.in: Enforce optimization to be used.
|
* config.h.in: Enforce optimization to be used.
|
||||||
|
@ -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