projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75c6e08
)
2000-02-26 Mark Kettenis <kettenis@gnu.org>
author
Mark Kettenis
<kettenis@gnu.org>
Sat, 26 Feb 2000 13:57:35 +0000
(13:57 +0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/gdb/Makefile.in
b/gdb/Makefile.in
index ae268f67d2d7c6bbffc34485dd8c3cf529877767..093bd1787e82192c34a77b547cfdfaa45b97f0be 100644
(file)
--- 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.