From ed8b90665c3bda8ca6bea1bf541e0232f03fb371 Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Fri, 15 Mar 2024 11:17:38 +0800 Subject: [PATCH] add optflags for loongarch64 and sw_64 --- rpmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpmrc b/rpmrc index 10d7c86..45840e6 100644 --- a/rpmrc +++ b/rpmrc @@ -8,6 +8,9 @@ optflags: x86_64 %{__global_compiler_flags} -m64 -mtune=generic -fasynchronous-u optflags: aarch64 %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection optflags: riscv64 %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection +optflags: loongarch64 %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection +optflags: sw_64 %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection + optflags: ppc64le %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection buildarchtranslate: athlon: i686 -- 2.43.0