diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-22 22:47:34 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-22 22:47:34 +0000 |
commit | f261333bd389db094cf3bcbf8e68b2a8d72f79d8 (patch) | |
tree | fb2155cebb96f2d24d7d0252882bd94fcbd4d063 /gdb/config/i960 | |
parent | 148e69afc58883a452eaee66ae7dc550623a73db (diff) | |
download | gdb-f261333bd389db094cf3bcbf8e68b2a8d72f79d8.zip gdb-f261333bd389db094cf3bcbf8e68b2a8d72f79d8.tar.gz gdb-f261333bd389db094cf3bcbf8e68b2a8d72f79d8.tar.bz2 |
* Makefile.in: Use REMOTE_O macro not remote.o.
* config/i960/{nindy960,vxworks960}: Don't use remote.o.
Diffstat (limited to 'gdb/config/i960')
-rw-r--r-- | gdb/config/i960/nindy960.mt | 3 | ||||
-rw-r--r-- | gdb/config/i960/vxworks960.mt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/i960/nindy960.mt b/gdb/config/i960/nindy960.mt index fc12348..a8bc818 100644 --- a/gdb/config/i960/nindy960.mt +++ b/gdb/config/i960/nindy960.mt @@ -1,3 +1,6 @@ # 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= diff --git a/gdb/config/i960/vxworks960.mt b/gdb/config/i960/vxworks960.mt index 287d185..12f1032 100644 --- a/gdb/config/i960/vxworks960.mt +++ b/gdb/config/i960/vxworks960.mt @@ -3,3 +3,6 @@ TDEPFILES= exec.o i960-pinsn.o i960-tdep.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr 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= |