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

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

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

commit r15-11348-ge95a4f8b579ed94c084e480ec6c6bea195fc2903
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]>
    (cherry picked from commit e365e5473a8a300a94c3c4c73b598bf57ae08ef9)

Reply via email to