[RFA] Makefile.in: Move mi-common.o from SUBDIR_MI_OBS to COMMON_OBS

Daniel Jacobowitz dan@codesourcery.com
Sun Feb 28 14:24:00 GMT 2010


On Sun, Feb 28, 2010 at 12:01:59PM +0100, Corinna Vinschen wrote:
> Hi,
> 
> Today I tried to build GDB with the --disable-gdbmi option.  The
> link stage failed because infrun.c and breakpoint.c both call the
> function async_reason_lookup, which is defined in mi-common.c.
> Unfortunately, the mi-common.o object file is in the SUBDIR_MI_OBS files
> which are not build if the --disable-gdbmi option is given.
> 
> The below patches fixes this problem be including mi-common.o into the
> build unconditionally.
> 
> 
> Ok to apply?

OK.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list