Create toolchain meta components - #45
Draft
fcremo wants to merge 3 commits into
Draft
Conversation
aleclearmind
requested changes
Jun 16, 2021
| - glibc | ||
| dependencies: | ||
| - host-libcxx | ||
| - toolchain/host/libcxx |
Contributor
There was a problem hiding this comment.
What's the point of this component?
aleclearmind
marked this pull request as draft
June 16, 2021 10:16
fcremo
force-pushed
the
feature/toolchain-meta-component
branch
3 times, most recently
from
June 16, 2021 14:13
472be33 to
addbf6d
Compare
fcremo
force-pushed
the
feature/toolchain-meta-component
branch
from
July 13, 2021 13:12
addbf6d to
f612ebb
Compare
fcremo
force-pushed
the
feature/toolchain-meta-component
branch
from
July 26, 2021 08:51
f612ebb to
c134525
Compare
added 3 commits
August 17, 2021 18:41
These meta-components can be depended on to require a C++ toolchain for the given architecture. Existing host toolchain meta-components are also migrated to this naming scheme for consistency.
fcremo
force-pushed
the
feature/toolchain-meta-component
branch
from
August 17, 2021 16:44
c134525 to
b38c125
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create
toolchain/$arch/cxx-toolchaincomponents, which provide a c/c++ toolchain for the given architecture. All toolchains are currently based on gcc, except fortoolchain/host/cxx-toolchainwhich is based on clang-release. To require gcc for the hosttoolchain/host/gcc-toolchaincan be used instead.