Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so/arch/mips Remove the ld.so link for ld.elf...



details:   https://anonhg.NetBSD.org/src/rev/0866517e3f80
branches:  trunk
changeset: 471967:0866517e3f80
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Apr 16 15:49:20 1999 +0000

description:
Remove the ld.so link for ld.elf_so - the compat13 package takes care
of this.

diffstat:

 libexec/ld.elf_so/arch/mips/Makefile.inc |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (16 lines):

diff -r a68f0f96d1d1 -r 0866517e3f80 libexec/ld.elf_so/arch/mips/Makefile.inc
--- a/libexec/ld.elf_so/arch/mips/Makefile.inc  Fri Apr 16 15:45:42 1999 +0000
+++ b/libexec/ld.elf_so/arch/mips/Makefile.inc  Fri Apr 16 15:49:20 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.5 1999/02/27 10:44:27 pk Exp $
+#      $NetBSD: Makefile.inc,v 1.6 1999/04/16 15:49:20 simonb Exp $
 
 SRCS+= rtld_start.S mips_reloc.c
 
@@ -12,6 +12,3 @@
 
 LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
 LDFLAGS+= --script ${.CURDIR}/arch/mips/ld.so.script
-
-# Link ld.so for backward compatibility with old binaries
-LINKS+=        /usr/libexec/${PROG} /usr/libexec/ld.so



Home | Main Index | Thread Index | Old Index