Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc: add a --host_linkopt to use gold too #36438

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

asedeno
Copy link
Contributor

@asedeno asedeno commented Oct 3, 2024

Without this, when building in the envoy docker without RBE, I see gcc trying to use lld instead, and it's (a) not in $PATH and (b) counter to what we had set in --linkopt for the gcc config.

Risk Level: low
Testing: local build in envoy docker

Signed-off-by: Alejandro R. Sedeño <asedeno@google.com>
Copy link
Member

@phlax phlax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @asedeno

@phlax phlax enabled auto-merge (squash) October 3, 2024 20:14
@phlax phlax merged commit 505f125 into envoyproxy:main Oct 3, 2024
20 checks passed
@asedeno asedeno deleted the gcc_host_linkopt branch October 3, 2024 21:21
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