https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110284

--- Comment #15 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Gaius Mulley <ga...@gcc.gnu.org>:

https://gcc.gnu.org/g:01f6e8b013237041adeac370f8d229aea6304591

commit r14-2654-g01f6e8b013237041adeac370f8d229aea6304591
Author: Gaius Mulley <gaiusm...@gmail.com>
Date:   Wed Jul 19 21:01:53 2023 +0100

    PR modula2/110284 Make-lang-in m2flex.o and m2pp.o

    This patch moves the rule c-family/m2pp.o from Make-lang.in into
    Make-maintainer.in.  It also adds m2/gm2-gcc/rtegraph.o and
    m2/gm2-compiler-boot/m2flex.o to m2_OBJS.  The object
    m2/gm2-compiler-boot/m2flex.o is needed by cc1gm2 whereas
    m2/gm2-compiler/m2flex.o is required by m2/stage2/cc1gm2
    (which is only built in maintainer to allow debugging via m2
    sources rather than the translated to C++ sources).

            PR modula2/110284
            * Make-lang.in (m2_OBJS): Add m2/gm2-gcc/rtegraph.o and
            m2/gm2-compiler-boot/m2flex.o.
            (c-family/m2pp.o): Remove.
            * Make-maintainer.in (c-family/m2pp.o): Add.

    Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>

Reply via email to