summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/arch/amd64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/arch/amd64/Makefile')
-rw-r--r--gnu/usr.bin/gdb/arch/amd64/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/usr.bin/gdb/arch/amd64/Makefile b/gnu/usr.bin/gdb/arch/amd64/Makefile
deleted file mode 100644
index a43e894e749c..000000000000
--- a/gnu/usr.bin/gdb/arch/amd64/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $FreeBSD$
-
-GENSRCS+= xm.h
-.if !defined(GDB_CROSS_DEBUGGER)
-LIBSRCS+= fbsd-proc.c fbsd-threads.c gcore.c
-LIBSRCS+= amd64-nat.c amd64bsd-nat.c amd64fbsd-nat.c
-.endif
-LIBSRCS+= solib.c solib-svr4.c
-LIBSRCS+= amd64-tdep.c amd64fbsd-tdep.c i386-tdep.c i386bsd-tdep.c \
- i386fbsd-tdep-fixed.c i387-tdep.c
-
-nm.h:
- echo '#include "i386/nm-fbsd64.h"' > ${.TARGET}
-
-tm.h:
- echo '#include "i386/tm-fbsd.h"' > ${.TARGET}
-
-xm.h:
- echo '#include "i386/xm-i386.h"' > ${.TARGET}
-
-# Fix source static/extern mismatch nits that GCC 4.2 warns about.
-CLEANFILES+= i386fbsd-tdep-fixed.c
-i386fbsd-tdep-fixed.c: i386fbsd-tdep.c
- sed -e '48s/^static //' ${.ALLSRC} > ${.TARGET}