mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
54751142df
commit
d6e03c9b6d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue