diff options
author | David D. Zuhn <zoo@cygnus> | 1993-10-11 18:49:22 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-10-11 18:49:22 +0000 |
commit | cabb6f5919a039abc83c9122a65a6816f14bfb73 (patch) | |
tree | 846f21132a2b988ffc53f948cc6b11ec91ecbafc /gdb/config/i960 | |
parent | 99a15c6431aa37255ee0e9a1f958e3b3c7e4dd49 (diff) | |
download | gdb-cabb6f5919a039abc83c9122a65a6816f14bfb73.zip gdb-cabb6f5919a039abc83c9122a65a6816f14bfb73.tar.gz gdb-cabb6f5919a039abc83c9122a65a6816f14bfb73.tar.bz2 |
update REMOTE_O for i960-vxworks to make it compile again
Diffstat (limited to 'gdb/config/i960')
-rw-r--r-- | gdb/config/i960/vxworks960.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i960/vxworks960.mt b/gdb/config/i960/vxworks960.mt index 12f1032..6e93b71 100644 --- a/gdb/config/i960/vxworks960.mt +++ b/gdb/config/i960/vxworks960.mt @@ -5,4 +5,4 @@ TM_FILE= tm-vx960.h MT_CFLAGS= -DI80960 # Don't use remote.o; it doesn't compile (and won't work) due to lack of # BREAKPOINT. -REMOTE_O= +REMOTE_O=dcache.o remote-utils.o |