From 31f41d20695e01e0454976be63cf3495ddc0dd9d Mon Sep 17 00:00:00 2001 From: whoisxxx Date: Mon, 15 Jun 2020 17:13:03 +0800 Subject: [PATCH] Add optflags for RISC-V Signed-off-by: whoisxxx --- rpmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/rpmrc b/rpmrc index 5ff42a8..8ba756d 100644 --- a/rpmrc +++ b/rpmrc @@ -6,6 +6,7 @@ optflags: ia64 %{__global_compiler_flags} optflags: x86_64 %{__global_compiler_flags} -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection optflags: aarch64 %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection +optflags: riscv64 %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection buildarchtranslate: athlon: i686 buildarchtranslate: geode: i686 -- Gitee