mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -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
320 B
Makefile
13 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(GDB_CROSS_DEBUGGER)
|
|
LIBSRCS+= solib.c solib-legacy.c solib-svr4.c
|
|
LIBSRCS+= sparc-nat.c sparc64-nat.c sparc64fbsd-nat.c
|
|
.endif
|
|
LIBSRCS+= sparc-tdep.c sparc64-tdep.c sparc64fbsd-tdep.c
|
|
|
|
nm.h:
|
|
echo '#include "sparc/nm-fbsd.h"' > ${.TARGET}
|
|
|
|
tm.h:
|
|
echo '#include "sparc/tm-fbsd.h"' > ${.TARGET}
|