From 391763e7551da454700b1749647ded3cdf7366ec Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 15 Jul 1996 00:11:11 +0000 Subject: * Makeconfig (rtld-installed-name): Set to ld.so.1. * sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): Variable removed. * manual/Makefile (glibc-targets): Remove subdir_ from elts. * sysdeps/generic/dl-sysdep.c (_dl_sysdep_read_whole_file): New fn. --- Makeconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index f395c18..c06604c 100644 --- a/Makeconfig +++ b/Makeconfig @@ -346,8 +346,11 @@ elf-objpfx = $(..)elf/ endif ifeq (yes,$(build-shared)) +# The name under which the run-time dynamic linker is installed. +# We are currently going for the convention that `/lib/ld.so.1' +# names the SVR4/ELF ABI-compliant dynamic linker. ifndef rtld-installed-name -rtld-installed-name = ld.so +rtld-installed-name = ld.so.1 endif endif -- cgit v1.1