mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
the wild, slippery orgy commence! Gary Jennejohn, too studly for his own good, has finally come through with the new, improved gdb 4.13. This gdb features: o kgdb support - if this works (and I urge folks to test it), we can finally purge the old and hateful version of kgdb from our source tree. o attach/detach support. See comments in README.FreeBSD for more details. o Well, it's newer. Our previous version was 4.11. Comments and flames to gj, of course! :-) Thanks, Gary. Much appreciated. The previous state of gdb/kgdb has been a thorn in all of our sides for some time.. Submitted by: gj
13 lines
276 B
Makefile
13 lines
276 B
Makefile
LIB= iberty
|
|
SRCS= argv.c basename.c concat.c cplus-dem.c fdmatch.c getopt.c \
|
|
getopt1.c ieee-float.c obstack.c spaces.c strerror.c strsignal.c \
|
|
vasprintf.c xmalloc.c
|
|
|
|
CFLAGS+= -I$(.CURDIR)/../gdb/.
|
|
NOPROFILE=no
|
|
NOPIC=no
|
|
|
|
install:
|
|
@echo -n
|
|
|
|
.include <bsd.lib.mk>
|