mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-19 22:44:16 +08:00
* 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:
parent
253a70ff1c
commit
178b282ba9
@ -1,5 +1,14 @@
|
|||||||
Tue Apr 22 09:02:10 1997 Stu Grossman (grossman@critters.cygnus.com)
|
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.
|
* Makefile.in (maintainer-clean): Add distclean to dependencies.
|
||||||
Remove duplicate rm's of files.
|
Remove duplicate rm's of files.
|
||||||
|
|
||||||
|
@ -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
|
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
|
XM_FILE= xm-i386gnu.h
|
||||||
NAT_FILE= nm-gnu.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
|
# 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.
|
# case the program is fucked, or we guess the wrong signal thread.
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
||||||
TM_FILE= tm-embed64.h
|
TM_FILE= tm-embed64.h
|
||||||
SIM_OBS = remote-sim.o
|
SIM_OBS = remote-sim.o
|
||||||
SIM = ../sim/mips/libsim.a -lm
|
SIM = ../sim/mips/libsim.a
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
||||||
TM_FILE= tm-embedl.h
|
TM_FILE= tm-embedl.h
|
||||||
SIM_OBS = remote-sim.o
|
SIM_OBS = remote-sim.o
|
||||||
SIM = ../sim/mips/libsim.a -lm
|
SIM = ../sim/mips/libsim.a
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
||||||
TM_FILE= tm-embedl64.h
|
TM_FILE= tm-embedl64.h
|
||||||
SIM_OBS = remote-sim.o
|
SIM_OBS = remote-sim.o
|
||||||
SIM = ../sim/mips/libsim.a -lm
|
SIM = ../sim/mips/libsim.a
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
TDEPFILES= mips-tdep.o remote-mips.o
|
TDEPFILES= mips-tdep.o remote-mips.o
|
||||||
TM_FILE= tm-vr4300.h
|
TM_FILE= tm-vr4300.h
|
||||||
SIM_OBS = remote-sim.o
|
SIM_OBS = remote-sim.o
|
||||||
SIM = ../sim/mips/libsim.a -lm
|
SIM = ../sim/mips/libsim.a
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
TDEPFILES= mips-tdep.o remote-mips.o
|
TDEPFILES= mips-tdep.o remote-mips.o
|
||||||
TM_FILE= tm-vr4300el.h
|
TM_FILE= tm-vr4300el.h
|
||||||
SIM_OBS = remote-sim.o
|
SIM_OBS = remote-sim.o
|
||||||
SIM = ../sim/mips/libsim.a -lm
|
SIM = ../sim/mips/libsim.a
|
||||||
|
@ -2,10 +2,6 @@
|
|||||||
TDEPFILES= mips-tdep.o remote-mips.o
|
TDEPFILES= mips-tdep.o remote-mips.o
|
||||||
TM_FILE= tm-vr5000.h
|
TM_FILE= tm-vr5000.h
|
||||||
SIM_OBS = remote-sim.o
|
SIM_OBS = remote-sim.o
|
||||||
SIM = ../sim/mips/libsim.a -lm
|
SIM = ../sim/mips/libsim.a
|
||||||
GDBSERVER_DEPFILES= low-sim.o
|
GDBSERVER_DEPFILES= low-sim.o
|
||||||
GDBSERVER_LIBS = \
|
GDBSERVER_LIBS = ../../sim/mips/libsim.a ../../bfd/libbfd.a ../../libiberty/libiberty.a -lm
|
||||||
../../sim/mips/libsim.a \
|
|
||||||
../../bfd/libbfd.a \
|
|
||||||
../../libiberty/libiberty.a \
|
|
||||||
-lm
|
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
TDEPFILES= mips-tdep.o remote-mips.o
|
TDEPFILES= mips-tdep.o remote-mips.o
|
||||||
TM_FILE= tm-vr5000el.h
|
TM_FILE= tm-vr5000el.h
|
||||||
SIM_OBS = remote-sim.o
|
SIM_OBS = remote-sim.o
|
||||||
SIM = ../sim/mips/libsim.a -lm
|
SIM = ../sim/mips/libsim.a
|
||||||
|
@ -15,10 +15,6 @@ NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread
|
|||||||
MMALLOC =
|
MMALLOC =
|
||||||
MMALLOC_CFLAGS = -DNO_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
|
# Rumor has it that libtermcap is "not really functional", and that
|
||||||
# -lcurses is better.
|
# -lcurses is better.
|
||||||
TERMCAP= -lcurses
|
TERMCAP= -lcurses
|
||||||
|
@ -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
|
TM_FILE= tm-sh.h
|
||||||
|
|
||||||
SIM_OBS = remote-sim.o
|
SIM_OBS = remote-sim.o
|
||||||
SIM = ../sim/sh/libsim.a -lm
|
SIM = ../sim/sh/libsim.a
|
||||||
|
@ -11,6 +11,3 @@ CC = gcc
|
|||||||
MH_CFLAGS = -I${srcdir}/../sim/sp64
|
MH_CFLAGS = -I${srcdir}/../sim/sp64
|
||||||
SIM_OBS = remote-sim.o
|
SIM_OBS = remote-sim.o
|
||||||
SIM = ../sim/sp64/libsim.a
|
SIM = ../sim/sp64/libsim.a
|
||||||
|
|
||||||
# The simulator uses the sqrt() function.
|
|
||||||
TM_CLIBS = -lm
|
|
||||||
|
Loading…
Reference in New Issue
Block a user