1 Star 0 Fork 90

邹鹏/openEuler-rpm-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
openEuler-rpm-config-add-optflags-for-loongarch64-and-sw_64.patch 992 Bytes
一键复制 编辑 原始数据 按行查看 历史
From ed8b90665c3bda8ca6bea1bf541e0232f03fb371 Mon Sep 17 00:00:00 2001
From: yueyuankun <[email protected]>
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/peng_zou/openEuler-rpm-config.git
[email protected]:peng_zou/openEuler-rpm-config.git
peng_zou
openEuler-rpm-config
openEuler-rpm-config
master

搜索帮助