diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 2000-02-13 01:06:58 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 2000-02-13 01:06:58 +0000 |
commit | d6e9fb0513bda136112dbed6a19d39b41e70ed47 (patch) | |
tree | e4434b156e0eb80d788d439d36d4fe79db44573a /gdb/config | |
parent | 41c8e0096baad3729ace2e98acccb93af4cee668 (diff) | |
download | gdb-d6e9fb0513bda136112dbed6a19d39b41e70ed47.zip gdb-d6e9fb0513bda136112dbed6a19d39b41e70ed47.tar.gz 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.mt | 2 |
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 |