1 Star 0 Fork 23

Longhao-Chen/efi-rpm-macros

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
add-loongarch64-support-for-efi-arch.patch 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangl777 提交于 2022-11-24 10:36 . add loongarch64 support for efi_arch
From 121dc2cdef4532106e390f6eb2be4eb64ef1d511 Mon Sep 17 00:00:00 2001
From: yanglu <yanglu@h-partners.com>
Date: Mon, 21 Nov 2022 15:37:03 +0800
Subject: [PATCH] add loongarch64 support for efi arch
---
macros.efi-srpm.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/macros.efi-srpm.in b/macros.efi-srpm.in
index 00503f1..fbeb2c0 100644
--- a/macros.efi-srpm.in
+++ b/macros.efi-srpm.in
@@ -37,6 +37,8 @@
return("aa64")
elseif arch("%{arm}") then
return("arm")
+ elseif arch("loongarch64") then
+ return("loongarch64")
else
return("none")
end
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Longhao-Chen/efi-rpm-macros.git
git@gitee.com:Longhao-Chen/efi-rpm-macros.git
Longhao-Chen
efi-rpm-macros
efi-rpm-macros
master

搜索帮助