summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/arch/arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/arch/arm/Makefile')
-rw-r--r--gnu/usr.bin/gdb/arch/arm/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/usr.bin/gdb/arch/arm/Makefile b/gnu/usr.bin/gdb/arch/arm/Makefile
deleted file mode 100644
index 22aee06a7bf4..000000000000
--- a/gnu/usr.bin/gdb/arch/arm/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-GENSRCS+= xm.h
-LIBSRCS+= armfbsd-nat.c
-LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c
-.if !defined(GDB_CROSS_DEBUGGER)
-LIBSRCS+= fbsd-threads.c
-.endif
-
-nm.h:
-#XXX this should be arm/nm-fbsd.h but won't until it's merged into the gdb repo
- echo '#include "nm-fbsd.h"' > ${.TARGET}
-
-tm.h:
-#XXX this should be arm/tm-fbsd.h
- echo '#include "tm-fbsd.h"' > ${.TARGET}
-
-xm.h:
-#XXX this should be arm/xm-fbsd.h
- echo '#include "xm-fbsd.h"' > ${.TARGET}