* config/i960/{nindy960,vxworks960}: Don't use remote.o.
+Thu Jul 22 15:41:09 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
+
+ * Makefile.in: Use REMOTE_O macro not remote.o.
+ * config/i960/{nindy960,vxworks960}: Don't use remote.o.
+
Thu Jul 22 12:43:25 1993 Ian Lance Taylor (ian@cygnus.com)
* coredep.c: If NEED_SYS_CORE_H defined, include <sys/core.h>
# besides ser-unix.o
SER_HARDWIRE=ser-unix.o
+# The `remote' debugging target is supported for most architectures,
+# but not all (e.g. 960)
+REMOTE_O=remote.o
+
# Host and target-dependent makefile fragments come in here.
####
# End of host and target-dependent makefile fragments
# variables analogous to SER_HARDWIRE which get defaulted in this
# Makefile.in
-DEPFILES = $(TDEPFILES) $(XDEPFILES) $(SER_HARDWIRE) $(NATDEPFILES)
+DEPFILES = $(TDEPFILES) $(XDEPFILES) $(SER_HARDWIRE) $(NATDEPFILES) $(REMOTE_O)
SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES)
# Don't include YYFILES (*.tab.c) because we already include *.y in SFILES,
# 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 ttybreak.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=
TM_FILE= tm-vx960.h
# Define this for the vx-share routines, which don't see param.h.
MT_CFLAGS= -DI80960
+# Don't use remote.o; it doesn't compile (and won't work) due to lack of
+# BREAKPOINT.
+REMOTE_O=