* config/sh/sh.mt (SIM): Add -lm.
This commit is contained in:
parent
db29ae72fc
commit
07846c7a1f
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue