From 32a392b61c163e4e4792248d6a2b01c7e2c7cba4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 16 Oct 1995 09:00:14 +0000 Subject: * sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): New variable. (config-LDFLAGS): Variable removed. --- sysdeps/unix/sysv/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/Makefile') 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 -- cgit v1.2.3