Skip to content

tc_build: tools: Fix LD printing when using GCC#338

Merged
msfjarvis merged 1 commit into
ClangBuiltLinux:mainfrom
nathanchance:fix-ld-print
Jun 2, 2026
Merged

tc_build: tools: Fix LD printing when using GCC#338
msfjarvis merged 1 commit into
ClangBuiltLinux:mainfrom
nathanchance:fix-ld-print

Conversation

@nathanchance
Copy link
Copy Markdown
Member

With GCC, we only attempt to use ld.gold. However, with the current logic, we always will print just LD: gold. Adjust the logic to attempt to resolve which ld.gold will be used.

@nathanchance nathanchance requested a review from msfjarvis as a code owner June 2, 2026 03:25
With GCC, we only attempt to use ld.gold. However, with the current
logic, we always will print just "LD: gold". Adjust the logic to attempt
to resolve which ld.gold will be used.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
@msfjarvis msfjarvis merged commit 459283c into ClangBuiltLinux:main Jun 2, 2026
8 checks passed
@msfjarvis msfjarvis deleted the fix-ld-print branch June 2, 2026 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants