rust-cross / rust-musl-cross

Docker images for compiling static Rust binaries using musl-cross
MIT License
617 stars 68 forks source link

RISCV 64 support #80

Open RouHim opened 1 year ago

RouHim commented 1 year ago

Hey guys, it would be awesome to have RISCV support. I have already seen that there is a feature branch for it, but no PR or ticket yet. So I just wanted to ask here about the status.

messense commented 1 year ago

There isn't official prebuilt std library support for riscv64 musl target in Rust, and compiler-builtins lacks support for it so we can't produce an usable std library yet, makes it useless.

RouHim commented 1 year ago

All right thanks for this info. I am sure that a hint in the readme with your explanation could be helpful for others too :)

RouHim commented 1 month ago

Any updates on this?