From 736732222ec6a891d12a1385c5520ea32dc7639d Mon Sep 17 00:00:00 2001 From: U2FsdGVkX1 Date: Tue, 14 Nov 2023 02:46:36 -0500 Subject: [PATCH] add riscv64 support --- rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index b772ea5..a173ff0 100644 --- a/rust.spec +++ b/rust.spec @@ -1,5 +1,5 @@ -%define anolis_release 2 -%global rust_arches x86_64 aarch64 loongarch64 +%define anolis_release 3 +%global rust_arches x86_64 aarch64 loongarch64 riscv64 %global channel stable %global bootstrap_version 1.70.0 %global bootstrap_date 2023-06-01 @@ -587,6 +587,9 @@ done %doc src/tools/rust-analyzer/README.md %changelog +* Fri Nov 10 2023 U2FsdGVkX1 - 1.17.1-3 +- Add riscv64 support + * Mon Oct 30 2023 WANG Rui - 1.71.1-2 - Stabilize inline-asm for loongarch64. -- Gitee