Add objformat links for gdb and (while we're at it) c++filt.

This means we can (assuming an a.out gdb is present) debug a.out kernels
and crashdumps with gdb -aout.
This commit is contained in:
Peter Wemm 1998-10-15 00:19:08 +00:00
parent 54751142df
commit d6e03c9b6d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40366

View file

@ -13,6 +13,8 @@ CFLAGS+= -DFREEBSD_AOUT
LINKS+= ${BINDIR}/objformat ${BINDIR}/addr2line
LINKS+= ${BINDIR}/objformat ${BINDIR}/ar
LINKS+= ${BINDIR}/objformat ${BINDIR}/as
LINKS+= ${BINDIR}/objformat ${BINDIR}/c++filt
LINKS+= ${BINDIR}/objformat ${BINDIR}/gdb
LINKS+= ${BINDIR}/objformat ${BINDIR}/ld
LINKS+= ${BINDIR}/objformat ${BINDIR}/nm
LINKS+= ${BINDIR}/objformat ${BINDIR}/objcopy