]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - gnu/usr.bin/gdb/arch/powerpc64/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / gnu / usr.bin / gdb / arch / powerpc64 / Makefile
1 # $FreeBSD$
2
3 .if !defined(GDB_CROSS_DEBUGGER)
4 LIBSRCS+= fbsd-proc.c fbsd-threads.c gcore.c
5 LIBSRCS+= ppcfbsd-nat.c
6 .endif
7 LIBSRCS+= solib.c solib-svr4.c
8 LIBSRCS+= ppc-sysv-tdep.c ppcfbsd-tdep.c rs6000-tdep.c
9
10 nm.h:
11         echo '#include "powerpc/nm-fbsd.h"' > ${.TARGET}
12
13 tm.h:
14         echo '#include "powerpc/tm-ppc-eabi.h"' > ${.TARGET}