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

--- Comment #245 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain D Sandoe <[email protected]>:

https://gcc.gnu.org/g:e365e5473a8a300a94c3c4c73b598bf57ae08ef9

commit r17-2140-ge365e5473a8a300a94c3c4c73b598bf57ae08ef9
Author: Iain Sandoe <[email protected]>
Date:   Sat Jul 4 19:24:56 2026 +0100

    libgcc, Darwin: Fix missing prerequisite [PR123976].

    r15-3802-gbdf41d627c13bc added a dependency on md-unwind-def.h to
    unwind-dw2.h, which is included in unwind-dw2.c.  However the pre-
    requisites in t-darwin-ehs were not updated.  Unfortunately, for
    most normal builds (j >= 2) this gets hidden by satisfaction of
    the dependency via an alterate path.

    This fixes non-parallel builds.

            PR libgcc/123976

    libgcc/ChangeLog:

            * config/t-darwin-ehs: Add md-unwind-def.h as a
            pre-requisite.

    Signed-off-by: Iain Sandoe <[email protected]>

Reply via email to