tree wide: accommodate RISC-V toolchain update#20380
Merged
maribu merged 4 commits intoRIOT-OS:masterfrom Feb 13, 2024
Merged
Conversation
The CI now uses `riscv-none-elf` over the previous (and technically incorrect) `riscv-none-embed`. In addition, we no longer probe for host toolchains with the incorrect target triple, as the source providing it has long declared the toolchain with the incorrect triple as obsolete.
This drops support for the legacy riscv-none-embed target triple. That value has been incorrect since the beginning and the toolchain that used that has been long declared obsolete and is fairly outdated. With our CI updating the toolchain, we no longer need to check for that.
The legacy `riscv-none-embed` target triple is incorrect and the toolchain using it has long been obsolete. With our CI no longer using the obsolete toolchain, there is no need to handle that one anymore.
With the new RISC-V toolchain, some binaries grew larger, most smaller.
2 tasks
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.
Contribution description
This contains fixed needed after updating the RISC-V toolchain in the CI
Testing procedure
Build
riotbuildfrom RIOT-OS/riotdocker#248 locally, then runThis should fail for each and every build in
master, but work for each and every build with this PRIssues/PRs references
Depends on: