diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-16 09:00:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-16 09:00:14 +0000 |
commit | 32a392b61c163e4e4792248d6a2b01c7e2c7cba4 (patch) | |
tree | b8d4296c41dccead92a528b3328538ffcec09132 /sysdeps/unix | |
parent | 924b9ff68db26697e50a298c3ae12159de259c2f (diff) | |
download | glibc-32a392b61c163e4e4792248d6a2b01c7e2c7cba4.tar.gz glibc-32a392b61c163e4e4792248d6a2b01c7e2c7cba4.tar.xz glibc-32a392b61c163e4e4792248d6a2b01c7e2c7cba4.zip |
* sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): New variable.
(config-LDFLAGS): Variable removed.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |