Add links to addr2line, objcopy, and objdump. These exist only for

ELF, but still I think this is the best way to get them into the
shell's search path.
This commit is contained in:
John Polstra 1998-09-16 04:11:15 +00:00
parent e70c6df958
commit e936391783
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39326

View File

@ -10,10 +10,13 @@ CFLAGS+= -DFREEBSD_ELF
CFLAGS+= -DFREEBSD_AOUT
.endif
LINKS+= ${BINDIR}/objformat ${BINDIR}/addr2line
LINKS+= ${BINDIR}/objformat ${BINDIR}/ar
LINKS+= ${BINDIR}/objformat ${BINDIR}/as
LINKS+= ${BINDIR}/objformat ${BINDIR}/ld
LINKS+= ${BINDIR}/objformat ${BINDIR}/nm
LINKS+= ${BINDIR}/objformat ${BINDIR}/objcopy
LINKS+= ${BINDIR}/objformat ${BINDIR}/objdump
LINKS+= ${BINDIR}/objformat ${BINDIR}/ranlib
LINKS+= ${BINDIR}/objformat ${BINDIR}/size
LINKS+= ${BINDIR}/objformat ${BINDIR}/strings