Add mipsel-unknown-linux-gnu toolchain #29
Merged
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.
I've created a config file, built it out of band, built using github actions and I've tested the resulting toolchain. Works correctly with both C and Rust code.
You can see the github action build here for aarch64:
https://github.com/SeanMollet/homebrew-macos-cross-toolchains/actions/runs/5101935259/jobs/9171164974
I've submitted one for x86_64 as well, but will have to wait for Github to run it. I assume it will also build and work correctly.
Thanks for maintaining these!