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.
This commit is contained in:
parent
ddb20c56a3
commit
75c6e08a8a
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
2000-02-26 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add
|
||||
|
@ -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
|
||||
|
659
gdb/configure
vendored
659
gdb/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -77,6 +77,9 @@ AC_CHECK_TOOL(AR, ar)
|
||||
AC_CHECK_TOOL(RANLIB, ranlib, :)
|
||||
AC_PROG_YACC
|
||||
|
||||
dnl MiG is needed for the Hurd.
|
||||
AC_CHECK_TOOL(MIG, mig)
|
||||
|
||||
AC_ARG_PROGRAM
|
||||
|
||||
AC_TYPE_SIGNAL
|
||||
|
Loading…
Reference in New Issue
Block a user