mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
20bee06dad
* gdbserver/Makefile.in, config/m68k/sun3.mh: Change accordingly. * Rename files for 14-character limits: gdbserver/remote-gutils.c -> gdbserver/utils.c gdbserver/remote-inflow.c -> gdbserver/low-lynx.c gdbserver/remote-inflow-sparc.c -> gdbserver/low-sparc.c gdbserver/remote-server.c -> gdbserver/server.c remote-monitor.c -> remote-mon.c * Makefile.in, gdbserver/Makefile.in, config/m68k/monitor.mt, config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Change accordingly. * gdbserver/Makefile.in: Remove more junk inherited from gdb Makefile.
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
# Host: Sun 3, running SunOS 4
|
|
XDEPFILES=
|
|
XM_FILE= xm-sun3os4.h
|
|
NAT_FILE= nm-sun3.h
|
|
NATDEPFILES= fork-child.o inftarg.o infptrace.o corelow.o sun3-nat.o
|
|
GDBSERVER_DEPFILES= low-sun3.o
|