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/i386/i386gnu.mh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/config/i386/i386gnu.mh') diff --git a/gdb/config/i386/i386gnu.mh b/gdb/config/i386/i386gnu.mh index 75cba98..d8da189 100644 --- a/gdb/config/i386/i386gnu.mh +++ b/gdb/config/i386/i386gnu.mh @@ -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. -- cgit v1.1