* 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.
This commit is contained in:
Stu Grossman
1997-04-22 17:13:41 +00:00
parent 253a70ff1c
commit 178b282ba9
12 changed files with 21 additions and 20 deletions

View File

@ -2,4 +2,4 @@
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
TM_FILE= tm-embed64.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a -lm
SIM = ../sim/mips/libsim.a

View File

@ -2,4 +2,4 @@
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
TM_FILE= tm-embedl.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a -lm
SIM = ../sim/mips/libsim.a

View File

@ -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

View File

@ -2,4 +2,4 @@
TDEPFILES= mips-tdep.o remote-mips.o
TM_FILE= tm-vr4300.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a -lm
SIM = ../sim/mips/libsim.a

View File

@ -2,4 +2,4 @@
TDEPFILES= mips-tdep.o remote-mips.o
TM_FILE= tm-vr4300el.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a -lm
SIM = ../sim/mips/libsim.a

View File

@ -2,10 +2,6 @@
TDEPFILES= mips-tdep.o remote-mips.o
TM_FILE= tm-vr5000.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a -lm
SIM = ../sim/mips/libsim.a
GDBSERVER_DEPFILES= low-sim.o
GDBSERVER_LIBS = \
../../sim/mips/libsim.a \
../../bfd/libbfd.a \
../../libiberty/libiberty.a \
-lm
GDBSERVER_LIBS = ../../sim/mips/libsim.a ../../bfd/libbfd.a ../../libiberty/libiberty.a -lm

View File

@ -2,4 +2,4 @@
TDEPFILES= mips-tdep.o remote-mips.o
TM_FILE= tm-vr5000el.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a -lm
SIM = ../sim/mips/libsim.a