diff options
Diffstat (limited to 'gdb/config/mips/vr4300el.mt')
-rw-r--r-- | gdb/config/mips/vr4300el.mt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/mips/vr4300el.mt b/gdb/config/mips/vr4300el.mt index 9ba2a24..cff7241 100644 --- a/gdb/config/mips/vr4300el.mt +++ b/gdb/config/mips/vr4300el.mt @@ -1,3 +1,5 @@ # Target: Little-endian SIM monitor board. TDEPFILES= mips-tdep.o remote-mips.o TM_FILE= tm-vr4300el.h +SIM_OBS = remote-sim.o +SIM = ../sim/mips/libsim.a |