mirror of git://sourceware.org/git/glibc.git
The glibc makefiles have a standard variable, $(rtld-prefix), to run
the dynamic linker with a default --library-path option; this is used
as the basis of lots of other variables for running programs compiled
with the newly built library.
A few places however use $(elf-objpfx)ld.so or
$(elf-objpfx)${rtld-installed-name} directly, with such a
--library-path option. This patch makes such places use
$(rtld-prefix) instead. I'm not aware of any significance in these
cases to the choice of ld.so or ${rtld-installed-name} when running
the dynamic linker, or to whether $(patsubst
%,:%,$(sysdep-library-path)) is included in the library-path as it is
in $(rtld-prefix) and just one of the places being changed.
Tested x86_64.
* elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
* iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
[$(cross-compiling) = no]: Likewise.
* sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
[$(cross-compiling) = no]: Likewise.
localedata/ChangeLog:
* Makefile (LOCALEDEF): Use $(rtld-prefix).
|
||
|---|---|---|
| .. | ||
| bits | ||
| fpu | ||
| nptl | ||
| s390-32 | ||
| s390-64 | ||
| Implies | ||
| Makefile | ||
| Versions | ||
| __longjmp.c | ||
| abort-instr.h | ||
| asm-syntax.h | ||
| configure | ||
| configure.ac | ||
| dl-irel.h | ||
| dl-procinfo.c | ||
| dl-procinfo.h | ||
| dl-tls.h | ||
| ffs.c | ||
| gccframe.h | ||
| gmp-mparam.h | ||
| jmpbuf-offsets.h | ||
| jmpbuf-unwind.h | ||
| ldsodefs.h | ||
| libc-tls.c | ||
| longjmp.c | ||
| machine-gmon.h | ||
| memusage.h | ||
| rtld-__longjmp.c | ||
| rtld-global-offsets.sym | ||
| rtld-setjmp.S | ||
| setjmp.S | ||
| sigjmp.c | ||
| sotruss-lib.c | ||
| stackinfo.h | ||
| v1-longjmp.c | ||
| v1-setjmp.h | ||
| v1-sigjmp.c | ||