diff options
author | Jim Wilson <wilson@tuliptree.org> | 1998-12-09 06:54:51 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1998-12-09 06:54:51 +0000 |
commit | e351e0fca0da7783290ba4043a5dc985eba5b2e4 (patch) | |
tree | e161c19b0e12819ab1639bbe0fe7be6bf2683843 /gdb/config | |
parent | b2248e122af31b83f72f83fbf3ec17505e541183 (diff) | |
download | gdb-e351e0fca0da7783290ba4043a5dc985eba5b2e4.zip gdb-e351e0fca0da7783290ba4043a5dc985eba5b2e4.tar.gz gdb-e351e0fca0da7783290ba4043a5dc985eba5b2e4.tar.bz2 |
Link with i960 simulator.
* config/i960/mon960.mt (SIM_OBJS, SIM): Define.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i960/mon960.mt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/i960/mon960.mt b/gdb/config/i960/mon960.mt index 7095ed6..6cd7345 100644 --- a/gdb/config/i960/mon960.mt +++ b/gdb/config/i960/mon960.mt @@ -1,4 +1,6 @@ # Target: Intel 960 rom monitor TDEPFILES= i960-tdep.o monitor.o mon960-rom.o ttyflush.o xmodem.o dsrec.o TM_FILE= tm-mon960.h +SIM_OBS = remote-sim.o +SIM = ../sim/i960/libsim.a |