diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-06-05 15:11:10 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-06-05 15:11:10 +0000 |
commit | 911026aa8bbbee36eef34b61c0ea831d1ac8358a (patch) | |
tree | 082487861ae489f9ed18231c83d5e88f69df60f2 /gdb/config/mips/vr4300el.mt | |
parent | c98ec95dba6d3bc981607ca13e4efb034a6ee879 (diff) | |
download | fsf-binutils-gdb-911026aa8bbbee36eef34b61c0ea831d1ac8358a.zip fsf-binutils-gdb-911026aa8bbbee36eef34b61c0ea831d1ac8358a.tar.gz fsf-binutils-gdb-911026aa8bbbee36eef34b61c0ea831d1ac8358a.tar.bz2 |
Wed Jun 5 01:52:57 1996 James G. Smith <jsmith@cygnus.co.uk>
* configure.in (configdirs): Force 4100 builds to use 4300 GDB
target.
* configure: Rebuild.
* config/mips/vr4300el.mt (SIM_OBS): Include simulator in
little-endian builds.
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 |