diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-08-16 14:17:36 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-08-16 14:17:36 +0000 |
commit | 4caa11581515d3c3c83ecfad844a232258605cfa (patch) | |
tree | dc0dce635aed2146fa805e20b5ef7c6ee2e1664d /gdb/config/mips/vr4300el.mt | |
parent | 61e3ce7432641dfdaed490dc24874f5c24791d4e (diff) | |
download | gdb-4caa11581515d3c3c83ecfad844a232258605cfa.zip gdb-4caa11581515d3c3c83ecfad844a232258605cfa.tar.gz gdb-4caa11581515d3c3c83ecfad844a232258605cfa.tar.bz2 |
Fri Aug 16 15:15:37 1996 James G. Smith <jsmith@cygnus.co.uk>
* config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when
simulator is included.
Diffstat (limited to 'gdb/config/mips/vr4300el.mt')
-rw-r--r-- | gdb/config/mips/vr4300el.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/vr4300el.mt b/gdb/config/mips/vr4300el.mt index cff7241..3bbedf7 100644 --- a/gdb/config/mips/vr4300el.mt +++ b/gdb/config/mips/vr4300el.mt @@ -2,4 +2,4 @@ TDEPFILES= mips-tdep.o remote-mips.o TM_FILE= tm-vr4300el.h SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a +SIM = ../sim/mips/libsim.a -lm |