From d6e9fb0513bda136112dbed6a19d39b41e70ed47 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sun, 13 Feb 2000 01:06:58 +0000 Subject: 2000-02-10 J.T. Conklin * 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. --- gdb/config/i386/nbsd.mt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/config') 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 -- cgit v1.1