From 178b282ba96d8bdfb19ad2848996245b38dd0636 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 22 Apr 1997 17:13:41 +0000 Subject: * 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. --- gdb/config/sparc/sp64sim.mt | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/config/sparc') diff --git a/gdb/config/sparc/sp64sim.mt b/gdb/config/sparc/sp64sim.mt index 6613284..a9c5ac9 100644 --- a/gdb/config/sparc/sp64sim.mt +++ b/gdb/config/sparc/sp64sim.mt @@ -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 -- cgit v1.1