mirror of git://sourceware.org/git/glibc.git
(LDSEDCMD-c.so): Variable removed.
This commit is contained in:
parent
358cad7c11
commit
5ae340e35b
|
@ -6,6 +6,7 @@
|
|||
($(common-objpfx)libc.so): Depend on it.
|
||||
(lib%.so rule): Likewise.
|
||||
(build-module-helper-objlist): Remove %.lds.
|
||||
(LDSEDCMD-c.so): Variable removed.
|
||||
* iconvdata/extra-module.mk ($(objpfx)$(mod).so):
|
||||
Depend on $(common-objpfx)shlib.lds.
|
||||
* dlfcn/Makefile ($(test-modules)): Likewise.
|
||||
|
|
|
@ -616,7 +616,6 @@ ifeq ($(elf),yes)
|
|||
$(common-objpfx)libc_pic.os: $(common-objpfx)libc_pic.a
|
||||
$(LINK.o) -nostdlib -nostartfiles -r -o $@ \
|
||||
$(LDFLAGS-c_pic.os) -Wl,-d -Wl,--whole-archive $^
|
||||
LDSEDCMD-c.so = -e 's/^.*\*(\.dynbss).*$$/& *(__libc_freeres_ptrs)/'
|
||||
# Use our own special initializer and finalizer files for libc.so.
|
||||
$(common-objpfx)libc.so: $(elfobjdir)/soinit.os \
|
||||
$(common-objpfx)libc_pic.os \
|
||||
|
|
Loading…
Reference in New Issue