mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
* csu/Makefile ($(objpfx)crt%.o): Replace implicit rule with a static
pattern rule. The implicit rule could be ruled out when $(objpfx) didn't exist at the time of its consideration (ugh!). * Makerules (+make-deps): Fix target matching. Use $(sed-remove-dotdot).
This commit is contained in:
parent
b710b53daf
commit
4b0b588239
@ -1,3 +1,12 @@
|
||||
2003-05-04 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* csu/Makefile ($(objpfx)crt%.o): Replace implicit rule with a static
|
||||
pattern rule. The implicit rule could be ruled out when $(objpfx)
|
||||
didn't exist at the time of its consideration (ugh!).
|
||||
|
||||
* Makerules (+make-deps): Fix target matching.
|
||||
Use $(sed-remove-dotdot).
|
||||
|
||||
2003-05-03 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* nscd/nscd.c (main): Parse config file right after parsing
|
||||
|
@ -99,7 +99,7 @@ generated += $(crtstuff:=.S) initfini.s defs.h
|
||||
omit-deps += $(crtstuff)
|
||||
|
||||
# Special rules for the building of crti.o and crtn.o
|
||||
$(objpfx)crt%.o: $(objpfx)crt%.S $(objpfx)defs.h
|
||||
$(crtstuff:%=$(objpfx)%.o): %.o: %.S $(objpfx)defs.h
|
||||
$(compile.S) -g0 $(ASFLAGS-.os) -o $@
|
||||
|
||||
CFLAGS-initfini.s = -g0 -fPIC -fno-inline-functions
|
||||
|
Loading…
Reference in New Issue
Block a user