Support reduced multilib configuration via --with-multilib-list.#203
Open
luismgsilva wants to merge 3 commits intoarc-2026.03from
Open
Support reduced multilib configuration via --with-multilib-list.#203luismgsilva wants to merge 3 commits intoarc-2026.03from
luismgsilva wants to merge 3 commits intoarc-2026.03from
Conversation
b10f142 to
abb5f46
Compare
abb5f46 to
7d92c2c
Compare
…ations via --with-multilib-list. This patch adds support for 'reduced' and 'release' options to --with-multilib-list for RISC-V ARC-V (riscv*-snps-elf) targets. The 'reduced' option uses gcc/config/riscv/t-arcv-reduced which provides a minimal multilib configuration with one variant per core (RMX-500, RHX-100, RPX-100), significantly reducing build and testing time for development. The 'release' option selects the full multilib configuration (riscv/t-arcv) with all supported variants, which is used as the default when no --with-multilib-list is specified. Signed-off-by: Luis Silva <[email protected]>
…ith-multilib-list. This patch adds support for 'reduced' option to --with-multilib-list for ARC (arc-*-elf) targets, alongside the existing default 'release' configuration. The 'reduced' option uses gcc/config/arc/t-multilib-reduced which provides a minimal multilib configuration with a small set of core CPU variants, significantly reducing build time for development and testing purposes. The default behavior (when --with-multilib-list is not specified) remains unchanged, using the full multilib configuration (arc/t-multilib). Signed-off-by: Luis Silva <[email protected]>
c583913 to
dbf0efa
Compare
Member
Author
|
@MichielDerhaeg @kolerov What should be the list for the ARCv2 CPUs for PR testing? The same ones used for daily builds ? Or is the current list ok? |
Contributor
hs38_linux and em? |
…via --with-multilib-list. Signed-off-by: Luis Silva <[email protected]>
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.
Please also see: