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

Remove ld and ar from tools.build:compiler_executables #16647

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

ErniGH
Copy link
Contributor

@ErniGH ErniGH commented Jul 10, 2024

Changelog: Fix: Remove unsupported ld and ar entries from tools.build:compiler_executables, they had no effect in every Conan integration.
Docs: Omit

Normally, people use the environment variables provided by each toolchain to introduce ar and ld. Additionally, no Conan toolchain implements either ar or ld from tools.build:compiler_executables. Therefore, I believe it is better to remove these variables to avoid future problems.

Close: #16517

@ErniGH ErniGH requested review from franramirez688 and czoido July 10, 2024 13:55
@memsharded memsharded added this to the 2.6.0 milestone Jul 10, 2024
Copy link
Contributor

@czoido czoido left a comment

Choose a reason for hiding this comment

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

Please, check the gnutolchain I think we are using ar and ld there.

@franramirez688
Copy link
Contributor

@ErniGH Yes, remove from the GnuToolchain that part too. I have no objection to keeping the same mapping there as it's done in the AutotoolsToolchain.

@franramirez688 franramirez688 requested a review from czoido July 11, 2024 08:30
@czoido czoido merged commit 386ffca into conan-io:develop2 Jul 11, 2024
2 checks passed
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.

[bug] compiler_executables ar not properly set
5 participants