package/{rustc, rust-bin}: add s390x target arch support
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
f986b26551
commit
7185741861
@ -112,6 +112,9 @@ sha256 a85f5f42918e8b140d7093ba49fc46a21625863538c95d2db03f831cc445f025 rust-s
|
||||
# From https://static.rust-lang.org/dist/rust-std-1.58.1-riscv64gc-unknown-linux-gnu.tar.xz.sha256
|
||||
# Verified using https://static.rust-lang.org/dist/rust-std-1.58.1-riscv64gc-unknown-linux-gnu.tar.xz.asc
|
||||
sha256 2d7276fe261478c377913177dcec3e0aeed84f2c567db0ae8e415efee7bb9ce0 rust-std-1.58.1-riscv64gc-unknown-linux-gnu.tar.xz
|
||||
# From https://static.rust-lang.org/dist/rust-std-1.58.1-s390x-unknown-linux-gnu.tar.xz.sha256
|
||||
# Verified using https://static.rust-lang.org/dist/rust-std-1.58.1-s390x-unknown-linux-gnu.tar.xz.asc
|
||||
sha256 e990778d618a213a0825625277505850e222df9ab5b514fec927fbf2d2d21a66 rust-std-1.58.1-s390x-unknown-linux-gnu.tar.xz
|
||||
# From https://static.rust-lang.org/dist/rust-std-1.58.1-sparc64-unknown-linux-gnu.tar.xz.sha256
|
||||
# Verified using https://static.rust-lang.org/dist/rust-std-1.58.1-sparc64-unknown-linux-gnu.tar.xz.asc
|
||||
sha256 7a7cd002c63179f3f47d64b1140c180986322a7cc0d31de61d7c4728cedacba0 rust-std-1.58.1-sparc64-unknown-linux-gnu.tar.xz
|
||||
|
@ -62,6 +62,8 @@ config BR2_PACKAGE_HOST_RUSTC_TARGET_TIER2_HOST_TOOLS_PLATFORMS
|
||||
BR2_RISCV_ISA_RVA && BR2_RISCV_ISA_RVF && \
|
||||
BR2_RISCV_ISA_RVD && BR2_RISCV_ISA_RVC && \
|
||||
BR2_TOOLCHAIN_USES_GLIBC
|
||||
# s390x-unknown-linux-gnu
|
||||
default y if BR2_s390x && BR2_TOOLCHAIN_USES_GLIBC
|
||||
# x86_64-unknown-linux-musl
|
||||
default y if BR2_x86_64 && BR2_TOOLCHAIN_USES_MUSL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user