Landing: e365e5473a8a
Project / Subsystem
gcc / libgcc, darwin
Date
2026-07-04
Author
Iain Sandoe
Commit
e365e5473a8a300a94c3c4c73b598bf57ae08ef9
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libgcc, darwin
- patch_id
- —
- commit_hash
- e365e5473a8a300a94c3c4c73b598bf57ae08ef9
- source_type
- github
- headline
- libgcc, Darwin: Fix missing prerequisite [PR123976].
- tldr
- Corrects build dependencies for libgcc on Darwin to ensure correct compilation, especially in non-parallel builds.
- author
- Iain Sandoe
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libgcc
- • darwin
- • build
- • exception-handling
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-04T00:00:00.000Z
This commit fixes a missing build prerequisite for libgcc on Darwin systems, specifically addressing an issue with unwind information generation. A recent change introduced a dependency on md-unwind-def.h in unwind-dw2.h, but the build configuration file t-darwin-ehs was not updated. This oversight caused failures in non-parallel builds, which is now corrected by adding the necessary dependency.