diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-02-26 13:57:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-02-26 13:57:35 +0000 |
commit | b9f219559dfd2cd01e67097b7220eb99879faf89 (patch) | |
tree | 89ab5acaf323c88ff21337663b5a5394b7124c2e | |
parent | 75c6e08a8a081787320a541ea566527684a2c453 (diff) | |
download | gdb-b9f219559dfd2cd01e67097b7220eb99879faf89.zip gdb-b9f219559dfd2cd01e67097b7220eb99879faf89.tar.gz gdb-b9f219559dfd2cd01e67097b7220eb99879faf89.tar.bz2 |
2000-02-26 Mark Kettenis <kettenis@gnu.org>
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.
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ae268f6..093bd17 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. |