aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/arch/mips/Makefile')
-rw-r--r--gnu/usr.bin/gdb/arch/mips/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/usr.bin/gdb/arch/mips/Makefile b/gnu/usr.bin/gdb/arch/mips/Makefile
deleted file mode 100644
index 24e9cfce25e5..000000000000
--- a/gnu/usr.bin/gdb/arch/mips/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-#
-# XXX Should set DEFAULT_BFD_VEC based on target.
-#
-.if !defined(GDB_CROSS_DEBUGGER)
-LIBSRCS+= mipsfbsd-nat.c fbsd-threads.c
-.endif
-LIBSRCS+= solib.c solib-svr4.c
-LIBSRCS+= mips-tdep.c mipsfbsd-tdep.c fbsd-proc.c
-
-nm.h:
- echo '#include "mips/nm-fbsd.h"' > ${.TARGET}
-
-tm.h:
- echo '#include "mips/tm-fbsd.h"' > ${.TARGET}