Add support for a VAX ld.so when VAX is ELF

This commit is contained in:
matt 2002-03-29 09:48:49 +00:00
parent 4a466c8fec
commit 272882ae69
2 changed files with 1193 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.36 2002/03/05 21:53:56 thorpej Exp $
# $NetBSD: Makefile,v 1.37 2002/03/29 09:48:49 matt Exp $
.include <bsd.own.mk>
.if (${OBJECT_FMT} == "a.out")
@ -31,7 +31,8 @@ $(PROG):
(${MACHINE_ARCH} == "arm" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "m68k" || \
${MACHINE_ARCH} == "sparc"))
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "vax"))
FILES= ld.so
FILESDIR= /usr/libexec

File diff suppressed because it is too large Load Diff