aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/arch/powerpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/arch/powerpc/Makefile')
-rw-r--r--gnu/usr.bin/gdb/arch/powerpc/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/gdb/arch/powerpc/Makefile b/gnu/usr.bin/gdb/arch/powerpc/Makefile
deleted file mode 100644
index fa41a237d1f7..000000000000
--- a/gnu/usr.bin/gdb/arch/powerpc/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $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}