mirror of git://sourceware.org/git/glibc.git
* sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): New variable.
(config-LDFLAGS): Variable removed.
This commit is contained in:
parent
924b9ff68d
commit
32a392b61c
|
|
@ -1,5 +1,8 @@
|
||||||
Mon Oct 16 03:22:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
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/getcwd.c: Use __file_name_lookup_under.
|
||||||
* sysdeps/mach/hurd/bind.c: Likewise.
|
* sysdeps/mach/hurd/bind.c: Likewise.
|
||||||
* sysdeps/mach/hurd/access.c: Use new __hurd_file_name_lookup
|
* sysdeps/mach/hurd/access.c: Use new __hurd_file_name_lookup
|
||||||
|
|
|
||||||
|
|
@ -27,4 +27,4 @@ ifeq ($(subdir), sunrpc)
|
||||||
headers += nfs/nfs.h
|
headers += nfs/nfs.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config-LDFLAGS = -Wl,-dynamic-linker=/lib/ld-gnu.so.1
|
rtld-installed-name = ld-gnu.so.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue