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/powerpc/aix4.mh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/config/powerpc') diff --git a/gdb/config/powerpc/aix4.mh b/gdb/config/powerpc/aix4.mh index 27b47ec..c49e639 100644 --- a/gdb/config/powerpc/aix4.mh +++ b/gdb/config/powerpc/aix4.mh @@ -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 -- cgit v1.1