d6e9fb0513
* 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.
5 lines
129 B
Mathematica
5 lines
129 B
Mathematica
# Target: Intel 386 running NetBSD
|
|
TDEPFILES= i386-tdep.o i387-tdep.o solib.o
|
|
TM_FILE= tm-nbsd.h
|
|
|
|
GDBSERVER_DEPFILES= low-nbsd.o
|