From: Mark Kettenis Date: Sat, 26 Feb 2000 13:57:35 +0000 (+0000) Subject: 2000-02-26 Mark Kettenis X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f219559dfd2cd01e67097b7220eb99879faf89;p=thirdparty%2Fbinutils-gdb.git 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. --- 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.