mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
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.
6 lines
129 B
Mathematica
6 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
|