8 Star 0 Fork 34

src-openEuler/libdnf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-libdnf-0.65.0-add-loongarch-support.patch 835 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anonymous_Z 提交于 2023-01-05 15:55 +08:00 . add loongarch
From a734378da28087be668d1ddda7dcfd3c2f3737b1 Mon Sep 17 00:00:00 2001
From: Huang Yang <huangyang@loongson.cn>
Date: Thu, 2 Jun 2022 06:51:17 +0000
Subject: [PATCH] libdnf 0.65.0 add loongarch support
---
libdnf/dnf-context.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libdnf/dnf-context.cpp b/libdnf/dnf-context.cpp
index ad467aa..9ed55ec 100644
--- a/libdnf/dnf-context.cpp
+++ b/libdnf/dnf-context.cpp
@@ -112,6 +112,8 @@ static const struct {
{ "riscv32", { "riscv32", NULL } },
{ "riscv64", { "riscv64", NULL } },
{ "riscv128", { "riscv128", NULL } },
+ { "loongarch32", { "loongarch32", NULL } },
+ { "loongarch64", { "loongarch64", NULL } },
{ "s390", { "s390", NULL } },
{ "s390x", { "s390x", NULL } },
{ "sh3", { "sh3", NULL } },
--
2.33.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libdnf.git
git@gitee.com:src-openeuler/libdnf.git
src-openeuler
libdnf
libdnf
master

搜索帮助