aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sh/sh.mt
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1995-08-31 19:59:59 +0000
committerJim Wilson <wilson@tuliptree.org>1995-08-31 19:59:59 +0000
commit07846c7a1ff09f392c1f173b9fed17924020da18 (patch)
treefb5e9bf08404fad8802bbaab5e2322bbd1b4896c /gdb/config/sh/sh.mt
parentdb29ae72fcbb0713454aaf0e481ea71b0f087310 (diff)
downloadgdb-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.mt2
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