Jakub Jelinek <ja...@redhat.com> writes:

> Hi!
>
> Anyway, bootstrapped/regtested successfully on x86_64-linux and i686-linux,
> ok for trunk?  That doesn't mean all dependencies are correct, just that
> this change didn't make things worse.
>
> 2024-11-06  Jakub Jelinek  <ja...@redhat.com>
>
> gcc/m2/
>       * Make-lang.in (m2_OBJS): Add $(BUILD-LIBS-BOOT),
>       $(BUILD-COMPILER-BOOT) and $(MC_LIBS).
>
> --- gcc/m2/Make-lang.in.jj    2024-09-24 15:14:54.098162284 +0200
> +++ gcc/m2/Make-lang.in       2024-11-05 23:49:33.832987242 +0100
> @@ -580,7 +580,8 @@ GM2_LIBS_BOOT     = m2/gm2-compiler-boot
>                      $(GM2-BOOT-O)
>  
>  m2_OBJS = $(GM2_C_OBJS) m2/gm2-gcc/rtegraph.o \
> -     m2/gm2-compiler-boot/m2flex.o
> +     m2/gm2-compiler-boot/m2flex.o \
> +     $(BUILD-LIBS-BOOT) $(BUILD-COMPILER-BOOT) $(MC_LIBS)
>  
>  cc1gm2$(exeext): m2/stage1/cc1gm2$(exeext) $(m2.prev)
>       cp -p $< $@

Hi Jakub,

thanks for the analysis and patch/bugfix - yes all looks good to me,

regards,
Gaius

Reply via email to