diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-05-03 01:43:27 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-05-03 01:43:27 +0000 |
commit | 33bc979d1764c81a88c5681e4fee0099203bed75 (patch) | |
tree | f0272c8a35fcf0922be6e18b8ea87dd3b56d6efb /gdb/config/i960 | |
parent | 55ac59da2eab55ab8f74d69eab13c36d4da9fd3b (diff) | |
download | gdb-33bc979d1764c81a88c5681e4fee0099203bed75.zip gdb-33bc979d1764c81a88c5681e4fee0099203bed75.tar.gz gdb-33bc979d1764c81a88c5681e4fee0099203bed75.tar.bz2 |
* configure.in (--enable-netrom): New configuration option.
* Makefile.in (REMOTE_OBS): Rename from REMOTE_O, append
value of NETROM_OBS.
(NETROM_OBS): New variable.
* remote-nrom.c: New file, NetROM target support.
* config/a29k/a29k-udi.mt, config/i960/vxworks960.mt: Use
REMOTE_OBS instead of REMOTE_O.
start-sanitize-arc
* config/arc/arc.mt: Ditto.
end-sanitize-arc
Diffstat (limited to 'gdb/config/i960')
-rw-r--r-- | gdb/config/i960/vxworks960.mt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/i960/vxworks960.mt b/gdb/config/i960/vxworks960.mt index 6501f4a..3623804 100644 --- a/gdb/config/i960/vxworks960.mt +++ b/gdb/config/i960/vxworks960.mt @@ -1,8 +1,10 @@ # Target: VxWorks running on an Intel 960 TDEPFILES= i960-tdep.o remote-vx.o remote-vx960.o xdr_ld.o xdr_ptrace.o xdr_rdb.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=dcache.o remote-utils.o +REMOTE_OBS= dcache.o remote-utils.o |