mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
1998-08-18 Roland McGrath <roland@baalperazim.frob.com>
* Rules (binaries-static, binaries-shared static pattern rules): Depend on lib%, not just libc%, from $(link-libc{,-static}).
This commit is contained in:
parent
b2eda92bac
commit
9992e360c8
4
Rules
4
Rules
@ -112,14 +112,14 @@ binaries-shared = $(filter-out $(binaries-static), $(binaries-all))
|
||||
|
||||
ifneq "$(strip $(binaries-shared))" ""
|
||||
$(addprefix $(objpfx),$(binaries-shared)): %: %.o \
|
||||
$(sort $(filter $(common-objpfx)libc%,$(link-libc))) \
|
||||
$(sort $(filter $(common-objpfx)lib%,$(link-libc))) \
|
||||
$(addprefix $(csu-objpfx),start.o) $(+preinit) $(+postinit)
|
||||
$(+link)
|
||||
endif
|
||||
|
||||
ifneq "$(strip $(binaries-static))" ""
|
||||
$(addprefix $(objpfx),$(binaries-static)): %: %.o \
|
||||
$(sort $(filter $(common-objpfx)libc%,$(link-libc-static))) \
|
||||
$(sort $(filter $(common-objpfx)lib%,$(link-libc-static))) \
|
||||
$(addprefix $(csu-objpfx),start.o) $(+preinit) $(+postinit)
|
||||
$(+link-static)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user