commit | 9d5a1c3754f1a1becf194dede42861edea6b7d7c | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Wed Sep 04 14:04:44 2024 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Wed Sep 04 14:08:00 2024 +0000 |
tree | 0ac3f8cb482a3fb78d56e45256ff4f1d5d662ed6 | |
parent | 5a770206d3b565731742fa6b9a80f0aba7485bf3 [diff] |
build: use `ar` over `gcc-ar` It has been a sufficiently long time since the last release of binutils did not automatically enable the LTO plugin. Migrate to `ar` rather than using the `gcc-ar` build wrapper, which saves us some pain trying to locate the proper archiver. Change-Id: I6f8b895d6a470d2b7cd5b98ccb23c54b35d7ad12 Signed-off-by: Chris Kay <chris.kay@arm.com>