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

crossdev: Support the combination of LLVM and glibc #26

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

vadorovsky
Copy link
Contributor

Such combination is possible if GCC is used as a fallback compiler for building glibc. Building glibc with LLVM is not yet supported. Therefore, this change makes crossdev aware of such combination and installs GCC before glibc.

Depends on:

Include llvm-libunwind and libcxx in the LLVM-based cross environments,
so they are fully ready to build any package.

Signed-off-by: Michal Rostecki <[email protected]>
That's what sys-apps/baselayout does for all systems, with and without
multilib.

Not doing so breaks behavior of several packages, including
sys-libs/libcxx.

Signed-off-by: Michal Rostecki <[email protected]>
Add a workflow which sets up and tests crossdev for the given list of
targets.
Such combination is possible if GCC is used as a fallback compiler for
building glibc. Building glibc with LLVM is not yet supported.
Therefore, this change makes crossdev aware of such combination and
installs GCC before glibc.
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.

1 participant