aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>2000-02-13 01:06:58 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>2000-02-13 01:06:58 +0000
commitd6e9fb0513bda136112dbed6a19d39b41e70ed47 (patch)
treee4434b156e0eb80d788d439d36d4fe79db44573a /gdb/config
parent41c8e0096baad3729ace2e98acccb93af4cee668 (diff)
downloadfsf-binutils-gdb-d6e9fb0513bda136112dbed6a19d39b41e70ed47.zip
fsf-binutils-gdb-d6e9fb0513bda136112dbed6a19d39b41e70ed47.tar.gz
fsf-binutils-gdb-d6e9fb0513bda136112dbed6a19d39b41e70ed47.tar.bz2
2000-02-10 J.T. Conklin <jtc@redback.com>
* config/i386/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o * configure.tgt (i[3456]86-*-netbsd*): add gdbserver to configdirs. * gdbserver/low-nbsd.c: New file. * gdbserver/Makefile.in: convert to autoconf. * gdbserver/configure.in: likewise. * gdbserver/configure: generate.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/nbsd.mt2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/i386/nbsd.mt b/gdb/config/i386/nbsd.mt
index 7570850..f21a318 100644
--- a/gdb/config/i386/nbsd.mt
+++ b/gdb/config/i386/nbsd.mt
@@ -1,3 +1,5 @@
# Target: Intel 386 running NetBSD
TDEPFILES= i386-tdep.o i387-tdep.o solib.o
TM_FILE= tm-nbsd.h
+
+GDBSERVER_DEPFILES= low-nbsd.o