]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/usr.bin/gdb/arch/mips/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / gnu / usr.bin / gdb / arch / mips / Makefile
1 # $FreeBSD$
2
3 #
4 # XXX Should set DEFAULT_BFD_VEC based on target.
5 #
6 .if !defined(GDB_CROSS_DEBUGGER)
7 LIBSRCS+= mipsfbsd-nat.c fbsd-threads.c
8 .endif
9 LIBSRCS+= solib.c solib-svr4.c
10 LIBSRCS+= mips-tdep.c mipsfbsd-tdep.c fbsd-proc.c
11
12 nm.h:
13         echo '#include "mips/nm-fbsd.h"' > ${.TARGET}
14
15 tm.h:
16         echo '#include "mips/tm-fbsd.h"' > ${.TARGET}