summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-16 09:00:14 +0000
committerRoland McGrath <roland@gnu.org>1995-10-16 09:00:14 +0000
commit32a392b61c163e4e4792248d6a2b01c7e2c7cba4 (patch)
treeb8d4296c41dccead92a528b3328538ffcec09132
parent924b9ff68db26697e50a298c3ae12159de259c2f (diff)
* sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): New variable.
(config-LDFLAGS): Variable removed.
-rw-r--r--ChangeLog3
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 20cc80e688..610def7e75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
Mon Oct 16 03:22:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+ * sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): New variable.
+ (config-LDFLAGS): Variable removed.
+
* sysdeps/mach/hurd/getcwd.c: Use __file_name_lookup_under.
* sysdeps/mach/hurd/bind.c: Likewise.
* sysdeps/mach/hurd/access.c: Use new __hurd_file_name_lookup
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index fcacc53993..655b4420ea 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -27,4 +27,4 @@ ifeq ($(subdir), sunrpc)
headers += nfs/nfs.h
endif
-config-LDFLAGS = -Wl,-dynamic-linker=/lib/ld-gnu.so.1
+rtld-installed-name = ld-gnu.so.1