summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/arch/powerpc64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/arch/powerpc64/Makefile')
-rw-r--r--gnu/usr.bin/gdb/arch/powerpc64/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/arch/powerpc64/Makefile b/gnu/usr.bin/gdb/arch/powerpc64/Makefile
new file mode 100644
index 0000000..fa41a23
--- /dev/null
+++ b/gnu/usr.bin/gdb/arch/powerpc64/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.if !defined(GDB_CROSS_DEBUGGER)
+LIBSRCS+= fbsd-proc.c fbsd-threads.c gcore.c
+LIBSRCS+= ppcfbsd-nat.c
+.endif
+LIBSRCS+= solib.c solib-svr4.c
+LIBSRCS+= ppc-sysv-tdep.c ppcfbsd-tdep.c rs6000-tdep.c
+
+nm.h:
+ echo '#include "powerpc/nm-fbsd.h"' > ${.TARGET}
+
+tm.h:
+ echo '#include "powerpc/tm-ppc-eabi.h"' > ${.TARGET}
OpenPOWER on IntegriCloud