mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
* nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
This commit is contained in:
parent
4fd8fd7ee8
commit
3bfd2d42c0
@ -1,5 +1,7 @@
|
||||
2005-07-21 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
|
||||
|
||||
* stdlib/Makefile (headers): Move bits/wchar.h to ...
|
||||
* wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too.
|
||||
|
||||
|
@ -122,7 +122,7 @@ relro-LDFLAGS += -Wl,-z,now
|
||||
endif
|
||||
|
||||
$(objpfx)nscd: $(addprefix $(objpfx),$(nscd-modules:=.o))
|
||||
$(LINK.o) -pie -Wl,-O1 \
|
||||
$(LINK.o) -pie -Wl,-O1 $(nscd-cflags) \
|
||||
$(sysdep-LDFLAGS) $(config-LDFLAGS) $(relro-LDFLAGS) \
|
||||
$(extra-B-$(@F:lib%.so=%).so) -B$(csu-objpfx) \
|
||||
$(extra-B-$(@F:lib%.so=%).so) $(load-map-file) \
|
||||
|
Loading…
Reference in New Issue
Block a user