* 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

@ -1,5 +1,14 @@
Tue Apr 22 09:02:10 1997 Stu Grossman (grossman@critters.cygnus.com)
* 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.
* Makefile.in (maintainer-clean): Add distclean to dependencies.
Remove duplicate rm's of files.

View File

@ -3,6 +3,9 @@ XDEPFILES= i387-tdep.o
NATDEPFILES= i386gnu-nat.o gnu-nat.o fork-child.o solib.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.o
XM_FILE= xm-i386gnu.h
NAT_FILE= nm-gnu.h
MH_CFLAGS = -D_GNU_SOURCE
XM_CLIBS = -lshouldbeinlibc
# Use our own user stubs for the msg rpcs, so we can make them time out, in
# case the program is fucked, or we guess the wrong signal thread.

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

View File

@ -15,10 +15,6 @@ NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread
MMALLOC =
MMALLOC_CFLAGS = -DNO_MMALLOC
# A bug in the AIX 3.2 libc.a results in unresolved references for .scalb and
# .finite because we call ldexp via floatformat. Circumvent by adding -lm.
XM_CLIBS= -lm
# Rumor has it that libtermcap is "not really functional", and that
# -lcurses is better.
TERMCAP= -lcurses

View File

@ -3,4 +3,4 @@ TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o
TM_FILE= tm-sh.h
SIM_OBS = remote-sim.o
SIM = ../sim/sh/libsim.a -lm
SIM = ../sim/sh/libsim.a

View File

@ -11,6 +11,3 @@ CC = gcc
MH_CFLAGS = -I${srcdir}/../sim/sp64
SIM_OBS = remote-sim.o
SIM = ../sim/sp64/libsim.a
# The simulator uses the sqrt() function.
TM_CLIBS = -lm