mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
ff1cdb40d9
GDBSERVER_DEPFILES. Also remove much (but not all that could be removed) crud inherited from gdb Makefile.in. * config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Define GDBSERVER_*. * gdbserver/README: Say it works on Sun and change configuration instructions slightly.
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
# Host: Intel 386 running Lynx
|
|
XDEPFILES=
|
|
NATDEPFILES= exec.o fork-child.o infptrace.o inftarg.o corelow.o i386lynx-nat.o
|
|
XM_FILE= xm-i386lynx.h
|
|
NAT_FILE= nm-i386lynx.h
|
|
REGEX=regex.o
|
|
REGEX1=regex.o
|
|
GDBSERVER_LIBS= -lbsd
|
|
GDBSERVER_DEPFILES= remote-inflow.o
|