8805c1ee2c
* nindy-share/*, remote-nindy.c: Extensive hacking to make it conform to GDB conventions like using memcpy not bcopy, serial.h, etc. This is to make it host on Solaris, AIX, etc. * Makefile.in: Reflect removed nindy-share files. * config/i960/nindy960.mt (TDEPFILES): Remove ttybreak.o.
6 lines
288 B
Mathematica
6 lines
288 B
Mathematica
# Target: Intel 80960, in an embedded system under the NINDY monitor
|
|
TDEPFILES= exec.o i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o nindy.o Onindy.o ttyflush.o
|
|
TM_FILE= tm-nindy960.h
|
|
# Don't use remote.o; it doesn't compile (and won't work) due to lack of
|
|
# BREAKPOINT.
|
|
REMOTE_O=
|