diff options
author | Jim Wilson <wilson@tuliptree.org> | 1995-08-31 19:59:59 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1995-08-31 19:59:59 +0000 |
commit | 07846c7a1ff09f392c1f173b9fed17924020da18 (patch) | |
tree | fb5e9bf08404fad8802bbaab5e2322bbd1b4896c /gdb/config/sh/sh.mt | |
parent | db29ae72fcbb0713454aaf0e481ea71b0f087310 (diff) | |
download | gdb-07846c7a1ff09f392c1f173b9fed17924020da18.zip gdb-07846c7a1ff09f392c1f173b9fed17924020da18.tar.gz gdb-07846c7a1ff09f392c1f173b9fed17924020da18.tar.bz2 |
* config/sh/sh.mt (SIM): Add -lm.
Diffstat (limited to 'gdb/config/sh/sh.mt')
-rw-r--r-- | gdb/config/sh/sh.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sh/sh.mt b/gdb/config/sh/sh.mt index c1a0f7c..b4a4a8b 100644 --- a/gdb/config/sh/sh.mt +++ b/gdb/config/sh/sh.mt @@ -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 |