Landing: c1c14e50432b
Project / Subsystem
gcc / ada
Date
2026-05-10
Author
Eric Botcazou
Commit
c1c14e50432bf584f9f5c99b69d84e82e3c9b596
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- c1c14e50432bf584f9f5c99b69d84e82e3c9b596
- source_type
- github
- headline
- Ada: Sets LDFLAGS to configure setting in gnattools.
- tldr
- The Ada build system now aligns LDFLAGS settings in gnattools with configure settings.
- author
- Eric Botcazou
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • build system
- • makefile
- • ldflags
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-10T00:00:00.000Z
The gnattools build system now uses the @LDFLAGS@ variable set during configuration, aligning it with the c++tools and gotools build systems. This change removes the ADA_FOR_BUILD and ADA_FOR_TARGET variables from the Makefile.in file.