diff options
author | Stu Grossman <grossman@cygnus> | 1997-04-22 17:13:41 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-04-22 17:13:41 +0000 |
commit | 178b282ba96d8bdfb19ad2848996245b38dd0636 (patch) | |
tree | 642d0224c6b04fe1a00b441a123531c19d5ecc66 /gdb/config/mips/embedl64.mt | |
parent | 253a70ff1c0597dc330fdda203d1766519311b68 (diff) | |
download | gdb-178b282ba96d8bdfb19ad2848996245b38dd0636.zip gdb-178b282ba96d8bdfb19ad2848996245b38dd0636.tar.gz gdb-178b282ba96d8bdfb19ad2848996245b38dd0636.tar.bz2 |
* config/alpha/alpha-osf3.mh config/i386/{i386gnu linux}.mh
config/mips/{embed embed64 embedl embedl64 vr4300 vr4300el vr5000
vr5000el}.mt config/powerpc/{aix aix4}.mh config/rs6000/{aix
aix4}.mh config/sh/sh.mt config/sparc/sp64sim.mt:
start-sanitize-v850
config/v850/v850.mt:
end-sanitize-v850
Remove -lm. That's now handled by configure.
Diffstat (limited to 'gdb/config/mips/embedl64.mt')
-rw-r--r-- | gdb/config/mips/embedl64.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/embedl64.mt b/gdb/config/mips/embedl64.mt index 9c437d2..28c41be 100644 --- a/gdb/config/mips/embedl64.mt +++ b/gdb/config/mips/embedl64.mt @@ -2,4 +2,4 @@ TDEPFILES= mips-tdep.o remote-mips.o remote-array.o TM_FILE= tm-embedl64.h SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a -lm +SIM = ../sim/mips/libsim.a |