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.
This commit is contained in:
Jackie Smith Cashion 1996-08-16 14:17:36 +00:00
parent 61e3ce7432
commit 4caa115815
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.
Thu Aug 15 13:44:13 1996 Fred Fish <fnf@cygnus.com>
* findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC

View File

@ -2,4 +2,4 @@
TDEPFILES= mips-tdep.o remote-mips.o
TM_FILE= tm-vr4300.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a
SIM = ../sim/mips/libsim.a -lm

View File

@ -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