mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 08:41:30 -04:00
solib-svr4.c to the MD makefiles because they are native files for alpha and sparc64, but target files for amd64, i386 and ia64. Note that kgdb(1) does not yet build as a cross-debugger due to libkvm.
13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(GDB_CROSS_DEBUGGER)
|
|
LIBSRCS+= core-regset.c solib.c solib-legacy.c solib-svr4.c
|
|
LIBSRCS+= alphabsd-nat.c
|
|
.endif
|
|
LIBSRCS+= alpha-mdebug-tdep.c alpha-tdep.c alphabsd-tdep.c alphafbsd-tdep.c
|
|
|
|
nm.h:
|
|
echo '#include "alpha/nm-fbsd.h"' > ${.TARGET}
|
|
|
|
tm.h:
|
|
echo '#include "alpha/tm-alpha.h"' > ${.TARGET}
|