opnsense-src/gnu/usr.bin/gdb/arch/alpha/Makefile
Marcel Moolenaar 6add7f75e4 Source changes to allow building a cross-debugger. Move solib.c and
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.
2004-12-05 06:59:01 +00:00

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}