diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-25 17:47:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-25 17:47:08 +0000 |
commit | 2f44482393e9cf16c75cdf6226d07c69b7f21e95 (patch) | |
tree | cf007fb3f9fa9bb65ba046ca33aae5ab7f696b9c /elf | |
parent | 71d3bda9a7a15bf3f935ffcde8aeceefef8074f7 (diff) | |
download | glibc-2f44482393e9cf16c75cdf6226d07c69b7f21e95.tar.gz glibc-2f44482393e9cf16c75cdf6226d07c69b7f21e95.tar.xz glibc-2f44482393e9cf16c75cdf6226d07c69b7f21e95.zip |
Update.
1999-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing underscore in _llseek entry. * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix typo in execve entry. * sysdeps/unix/sysv/linux/bits/errno.h: Fix comment. * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise. * elf/Makefile ($(objpfx)ld.so): Fix rtld-ldscript dependency. Patch by Ralf Baechle <ralf@uni-koblenz.de>.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index cd0f390d6f..4f532d3fb5 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -116,8 +116,7 @@ $(rtld-ldscript): $(rtld-ldscript-in) $(rtld-parms) -e 's#@@rtld-base@@#$(rtld-base)#' $< >$@ endif -$(objpfx)ld.so: $(objpfx)librtld.os $(addprefix $(objpfx),$(rtld-ldscript)) \ - $(ld-map) +$(objpfx)ld.so: $(objpfx)librtld.os $(rtld-ldscript) $(ld-map) $(LINK.o) -nostdlib -nostartfiles -shared -o $@ $(LDFLAGS-rtld) \ $(filter-out $(rtld-ldscript) $(map-file),$^) \ $(load-map-file) -Wl,-soname=$(rtld-installed-name) |