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 ae268f67d2d7c6bbffc34485dd8c3cf529877767..093bd1787e82192c34a77b547cfdfaa45b97f0be 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.
This page took 0.033791 seconds and 4 git commands to generate.