aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mn10200
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1998-03-24 16:44:10 +0000
committerStu Grossman <grossman@cygnus>1998-03-24 16:44:10 +0000
commitde6fe3db5b1b61b44676e8a3b8521c01bc2b5fe8 (patch)
treeb9533bdb886d7e422091d442496226a7a13c74a9 /gdb/config/mn10200
parentabc9357067c59b653f0895c99c28b5f53dee2494 (diff)
downloadgdb-de6fe3db5b1b61b44676e8a3b8521c01bc2b5fe8.zip
gdb-de6fe3db5b1b61b44676e8a3b8521c01bc2b5fe8.tar.gz
gdb-de6fe3db5b1b61b44676e8a3b8521c01bc2b5fe8.tar.bz2
* Makefile.in: Derive SHELL from configure.
* config/d10v/d10v.mt config/d30v/d30v.mt config/m32r/m32r.mt config/mn10200/mn10200.mt config/mn10300/mn10300.mt : Remove -lm from SIM. This prevents dependency checking of -lm (under NT native builds). (It is automatically added by configure if it exists.) * doc/configure mswin/configure nlm/configure testsuite/gdb.base/configure testsuite/gdb.c++/configure testsuite/gdb.chill/configure testsuite/gdb.disasm/configure testsuite/gdb.stabs/configure testsuite/gdb.threads/configure: Regenerate with autoconf 2.12.1 to fix shell issues for NT native builds.
Diffstat (limited to 'gdb/config/mn10200')
-rw-r--r--gdb/config/mn10200/mn10200.mt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mn10200/mn10200.mt b/gdb/config/mn10200/mn10200.mt
index 324e73f..c85a2fb 100644
--- a/gdb/config/mn10200/mn10200.mt
+++ b/gdb/config/mn10200/mn10200.mt
@@ -3,4 +3,4 @@ TDEPFILES= mn10200-tdep.o
TM_FILE= tm-mn10200.h
SIM_OBS = remote-sim.o
-SIM = ../sim/mn10200/libsim.a -lm
+SIM = ../sim/mn10200/libsim.a