* config/sh/sh.mt (SIM): Add -lm.

This commit is contained in:
Jim Wilson 1995-08-31 19:59:59 +00:00
parent db29ae72fc
commit 07846c7a1f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Aug 31 12:48:04 1995 Jim Wilson <wilson@chestnut.cygnus.com>
* config/sh/sh.mt (SIM): Add -lm.
Wed Aug 30 18:10:57 1995 Kung Hsu <kung@mexican.cygnus.com>
* rmote-nindy.c (non_dle, nidy_resume, nindy_wait): Changes to

View File

@ -3,4 +3,4 @@ TDEPFILES= sh-tdep.o remote-e7000.o ser-e7kpc.o
TM_FILE= tm-sh.h
SIM_OBS = remote-sim.o
SIM = ../sim/sh/libsim.a
SIM = ../sim/sh/libsim.a -lm