Closed
Description
Checklist
- I've looked through the issues and pull requests for similar request
- This feature could be solved with a custom docker image (optional)
Describe your request
Simply support for riscv64-unknown-linux-musl
when cross compiling
I tried to make my own docker image by modifying the aarch64 musl image, but i could not get it right
Describe why this would be a good inclusion for cross
some systems use systems like alpine use musl and alpine is used as the basis for many lightweight/embeded llinux and riscv is a small architecture so it (appears to be) easy to emulate
support for riscv64 musl would be very nice for cross compiling (it is also a rust target)