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

[WIP] build: Use specific cross-compilers instead of multilib one #22456

Closed
wants to merge 2 commits into from

Conversation

hebasto
Copy link
Member

@hebasto hebasto commented Jul 15, 2021

This PR replaces the g++-multilib compiler with arch-specific cross-compilers for x86_64 and i386 hosts.

Motivation:

  1. The g++-multilib package conflicts with arch-specific cross-compiler packages. That means it is not possible to cross compile for i386 and other platforms on x86_64 system with the same set of installed packages.
  2. The g++-multilib package is not available for the aarch64 arch. That means it is not possible to cross-compile for x86_64 in a Docker container on Apple Silicon based systems.

@hebasto hebasto force-pushed the 210715-multilib branch 2 times, most recently from 02a228b to 8aa2f2a Compare July 15, 2021 17:09
The actual config.guess output may differ from the triplets that are
documented in depends/README.md.
@hebasto hebasto closed this Jul 15, 2021
@bitcoin bitcoin deleted a comment from Dunlap28 Jul 16, 2021
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Aug 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants