aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/arch/sparc64/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-06-25 06:48:54 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-06-25 06:48:54 +0000
commita855a971e852738db9f7d6187f5373bd952a39e7 (patch)
tree9e532ecaeb25827aaf44a7da39fc4fba95a60f92 /gnu/usr.bin/gdb/arch/sparc64/Makefile
parentfd10b3fb49064b216d38242b141aa045533e31e6 (diff)
downloadsrc-a855a971e852738db9f7d6187f5373bd952a39e7.tar.gz
src-a855a971e852738db9f7d6187f5373bd952a39e7.zip
Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64
and sparc64. Note that the debugger doesn't support threading, nor kernel debugging yet.
Notes
Notes: svn path=/head/; revision=131087
Diffstat (limited to 'gnu/usr.bin/gdb/arch/sparc64/Makefile')
-rw-r--r--gnu/usr.bin/gdb/arch/sparc64/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/arch/sparc64/Makefile b/gnu/usr.bin/gdb/arch/sparc64/Makefile
new file mode 100644
index 000000000000..d1e46c5aeb46
--- /dev/null
+++ b/gnu/usr.bin/gdb/arch/sparc64/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+LIBSRCS+= solib-legacy.c
+LIBSRCS+= sparc-nat.c sparc-tdep.c sparc64-nat.c sparc64-tdep.c \
+ sparc64fbsd-nat.c sparc64fbsd-tdep.c
+
+nm.h:
+ echo '#include "sparc/nm-fbsd.h"' > ${.TARGET}
+
+tm.h:
+ echo '#include "sparc/tm-fbsd.h"' > ${.TARGET}