mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-01 16:35:04 +00:00
update REMOTE_O for i960-vxworks to make it compile again
This commit is contained in:
parent
99a15c6431
commit
cabb6f5919
@ -1,3 +1,7 @@
|
|||||||
|
Mon Oct 11 11:46:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
||||||
|
|
||||||
|
* config/i960/vxworks960.mt (REMOTE_O): add dcache.o and remote-utils.o
|
||||||
|
|
||||||
Mon Oct 11 02:48:57 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
Mon Oct 11 02:48:57 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
* mipsread.c (parse_partial_symbols): Do not add undefined
|
* mipsread.c (parse_partial_symbols): Do not add undefined
|
||||||
|
@ -5,4 +5,4 @@ TM_FILE= tm-vx960.h
|
|||||||
MT_CFLAGS= -DI80960
|
MT_CFLAGS= -DI80960
|
||||||
# Don't use remote.o; it doesn't compile (and won't work) due to lack of
|
# Don't use remote.o; it doesn't compile (and won't work) due to lack of
|
||||||
# BREAKPOINT.
|
# BREAKPOINT.
|
||||||
REMOTE_O=
|
REMOTE_O=dcache.o remote-utils.o
|
||||||
|
Loading…
Reference in New Issue
Block a user