-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
O-SystemZTarget: SystemZ processors (s390x)Target: SystemZ processors (s390x)O-muslTarget: The musl libcTarget: The musl libc
Description
My understanding is that the rust compiler and library sources should now contain everything needed to support Rust on the s390x-unknown-linux-musl
target. In fact, the s390x Alpine distro now comes with a Rust package.
However, I still get:
$ rustup target add s390x-unknown-linux-musl
error: toolchain 'stable-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 's390x-unknown-linux-musl'
note: not all platforms have the standard library pre-compiled: https://doc.rust-lang.org/nightly/rustc/platform-support.html
What would need to be done to enable this target?
Metadata
Metadata
Assignees
Labels
O-SystemZTarget: SystemZ processors (s390x)Target: SystemZ processors (s390x)O-muslTarget: The musl libcTarget: The musl libc