summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-08-16 13:04:42 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-08-16 13:14:35 +0300
commit99889ce76e1f6ed0ec5cb4e3db3a09dce8de1f05 (patch)
tree4111b49ff866687c5d7291a1af9259eacc6e6f4f /eclass
parentdev-lang/rust-bin: 1.80.1, add tarball for sparc (diff)
downloadgentoo-99889ce76e1f6ed0ec5cb4e3db3a09dce8de1f05.tar.gz
gentoo-99889ce76e1f6ed0ec5cb4e3db3a09dce8de1f05.tar.bz2
gentoo-99889ce76e1f6ed0ec5cb4e3db3a09dce8de1f05.zip
rust-toolchain.eclass: transform sparc64 rust_abi
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/rust-toolchain.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/rust-toolchain.eclass b/eclass/rust-toolchain.eclass
index 6ad5c811f6c0..89bca88b9e6b 100644
--- a/eclass/rust-toolchain.eclass
+++ b/eclass/rust-toolchain.eclass
@@ -51,6 +51,7 @@ rust_abi() {
riscv64*gnu) echo riscv64gc-unknown-linux-gnu;;
riscv64*musl) echo riscv64gc-unknown-linux-musl;;
s390x*) echo s390x-unknown-linux-gnu;;
+ sparc64*gnu) echo sparc64-unknown-linux-gnu;;
x86_64*gnu) echo x86_64-unknown-linux-gnu;;
x86_64*musl) echo x86_64-unknown-linux-musl;;
*) echo ${CTARGET};;