diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-15 00:11:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-15 00:11:11 +0000 |
commit | 391763e7551da454700b1749647ded3cdf7366ec (patch) | |
tree | 912a517c887e8ff2b49e3ab298faa9d4f91f97e9 /sysdeps/unix | |
parent | 2d3bbb8c67ce04adca32c1f99cedafcedb08093a (diff) | |
download | glibc-391763e7551da454700b1749647ded3cdf7366ec.tar glibc-391763e7551da454700b1749647ded3cdf7366ec.tar.gz glibc-391763e7551da454700b1749647ded3cdf7366ec.tar.bz2 glibc-391763e7551da454700b1749647ded3cdf7366ec.zip |
* Makeconfig (rtld-installed-name): Set to ld.so.1.cvs/libc-960715
* 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.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 6eaf33852f..e8369a4f7d 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -43,7 +43,5 @@ ifeq ($(subdir), termios) sysdep_headers += termio.h endif -rtld-installed-name = ld-gnu.so.1 - # Don't compile the ctype glue code, since there is no old non-GNU C library. inhibit-glue = yes |