diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-02-26 13:46:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-02-26 13:46:56 +0000 |
commit | 75c6e08a8a081787320a541ea566527684a2c453 (patch) | |
tree | 499063b156eacc454ec071b648f92b84230f6455 /gdb/config/i386 | |
parent | ddb20c56a388ad7aa2909f8c1115e2cee1138eb9 (diff) | |
download | gdb-75c6e08a8a081787320a541ea566527684a2c453.zip gdb-75c6e08a8a081787320a541ea566527684a2c453.tar.gz gdb-75c6e08a8a081787320a541ea566527684a2c453.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.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/i386gnu.mh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/i386/i386gnu.mh b/gdb/config/i386/i386gnu.mh index 4ceac7e..9997264 100644 --- a/gdb/config/i386/i386gnu.mh +++ b/gdb/config/i386/i386gnu.mh @@ -12,7 +12,6 @@ XM_CLIBS = -lshouldbeinlibc msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;' # ick -MIG = mig MIGCOM = $(MIG) -cc cat - /dev/null # Reply servers need special massaging of the code mig generates, to make |