2000-02-26 Mark Kettenis <kettenis@gnu.org>
authorMark Kettenis <kettenis@gnu.org>
Sat, 26 Feb 2000 13:57:35 +0000 (13:57 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 26 Feb 2000 13:57:35 +0000 (13:57 +0000)
Make cross-compilation for the Hurd more friendly.
From Jeff Bailey <jbailey@gnu.org>:
* 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

index ae268f6..093bd17 100644 (file)
@@ -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.