Ai
14 Star 10 Fork 115

src-openEuler/openssl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fix-add-loongarch64-target.patch 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
HeliC829 提交于 2025-08-06 14:57 +08:00 . openssl: upgrade from 3.0.12 to 3.5.4 LTS
From 155ae43afd86cd682e758f93dc7937dc3bcd6e20 Mon Sep 17 00:00:00 2001
From: Shi Pujin <shipujin.t@gmail.com>
Date: Wed, 16 Feb 2022 10:53:56 +0800
Subject: [PATCH 4/8] Add loongarch64 target
---
Configurations/10-main.conf | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 2dc62e0..de3a815 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -838,6 +838,15 @@ my %targets = (
lib_cppflags => add("-DL_ENDIAN"),
},
+ # loongarch64 below refers to contemporary LOONGARCH Architecture
+ # specifications,
+ "linux-loongarch64" => {
+ inherit_from => [ "linux-generic64"],
+ asm_arch => 'loongarch64',
+ perlasm_scheme => "linux64",
+ lib_cppflags => add("-DL_ENDIAN"),
+ },
+
#### IA-32 targets...
#### These two targets are a bit aged and are to be used on older Linux
#### machines where gcc doesn't understand -m32 and -m64
--
2.50.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/openssl.git
git@gitee.com:src-openeuler/openssl.git
src-openeuler
openssl
openssl
master

搜索帮助