From 8c5672bfe719993e2cdea31bd6aa042ff4061a87 Mon Sep 17 00:00:00 2001 From: whoisxxx Date: Wed, 3 Jun 2020 15:04:23 +0800 Subject: [PATCH] Adapt to RISC-V Signed-off-by: whoisxxx --- star.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star.spec b/star.spec index e64b2a5..676c064 100644 --- a/star.spec +++ b/star.spec @@ -58,7 +58,7 @@ star_recode() star_recode AN-1.5 AN-1.5.2 star/star.4 -for PLAT in %{arm} %{power64} aarch64 %{mips} x86_64; do +for PLAT in %{arm} %{power64} aarch64 %{mips} x86_64 riscv64; do for AFILE in gcc cc; do [ ! -e RULES/${PLAT}-linux-${AFILE}.rul ] \ && ln -s i586-linux-${AFILE}.rul RULES/${PLAT}-linux-${AFILE}.rul -- Gitee