From b9f219559dfd2cd01e67097b7220eb99879faf89 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 26 Feb 2000 13:57:35 +0000 Subject: [PATCH] 2000-02-26 Mark Kettenis Make cross-compilation for the Hurd more friendly. From Jeff Bailey : * configure.in: Use AC_CHECK_TOOL to find MiG. * Makefile.in (MIG): New variable. * config/i386/i386gnu.mh (MIG): Remove. * configure: Regenerated. --- gdb/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ae268f67d2d..093bd1787e8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -59,6 +59,7 @@ AR_FLAGS = qv RANLIB = @RANLIB@ DLLTOOL = @DLLTOOL@ WINDRES = @WINDRES@ +MIG = @MIG@ # If the user configured GDB to include the TUI, the name of the tui # library goes here. -- 2.30.2