summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/arch/mips/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-04-26 12:22:46 +0000
committerimp <imp@FreeBSD.org>2008-04-26 12:22:46 +0000
commitb568c603bca1654ac7c49781b351b81b6c9414c5 (patch)
tree157bf5b441a62db69450def46b792b7c5262b644 /gnu/usr.bin/gdb/arch/mips/Makefile
parent9623d72c05ab2011602f2b3fc10cf53162580ed8 (diff)
downloadFreeBSD-src-b568c603bca1654ac7c49781b351b81b6c9414c5.zip
FreeBSD-src-b568c603bca1654ac7c49781b351b81b6c9414c5.tar.gz
FreeBSD/mips gdb build suspport. From the mips2-jnpr branch.
Diffstat (limited to 'gnu/usr.bin/gdb/arch/mips/Makefile')
-rw-r--r--gnu/usr.bin/gdb/arch/mips/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/arch/mips/Makefile b/gnu/usr.bin/gdb/arch/mips/Makefile
new file mode 100644
index 0000000..ff05421
--- /dev/null
+++ b/gnu/usr.bin/gdb/arch/mips/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+.if !defined(GDB_CROSS_DEBUGGER)
+LIBSRCS+= mips-nat.c mips-nat.c mipsfbsd-nat.c
+.endif
+LIBSRCS+= solib.c solib-svr4.c
+LIBSRCS+= mips-tdep.c mipsfbsd-tdep.c
+
+nm.h:
+ echo '#include "mips/nm-fbsd.h"' > ${.TARGET}
+
+tm.h:
+ echo '#include "mips/tm-fbsd.h"' > ${.TARGET}
OpenPOWER on IntegriCloud