代码拉取完成,页面将自动刷新
同步操作将从 OpenCloudOS Stream/openssl 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From 876774ec41aded4e426d791ca5ba16338eccb9ce Mon Sep 17 00:00:00 2001
From: rpm-build <rpm-build>
Date: Thu, 19 Oct 2023 03:41:46 +0000
Subject: [PATCH] add loongarch64 support for openssl-3.0.9
---
Configurations/10-main.conf | 6 ++++++
util/perl/OpenSSL/config.pm | 1 +
2 files changed, 7 insertions(+)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 6bb6f5d..6776427 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -775,6 +775,12 @@ my %targets = (
perlasm_scheme => "linux64",
multilib => "64",
},
+ "linux-loongarch64" => {
+ inherit_from => [ "linux-generic64" ],
+ asm_arch => 'loongarch64',
+ perlasm_scheme => "linux64",
+ multilib => "64",
+ },
"linux-arm64ilp32" => { # https://wiki.linaro.org/Platform/arm64-ilp32
inherit_from => [ "linux-generic32" ],
cflags => add("-mabi=ilp32"),
diff --git a/util/perl/OpenSSL/config.pm b/util/perl/OpenSSL/config.pm
index 1aa6768..f274fa1 100755
--- a/util/perl/OpenSSL/config.pm
+++ b/util/perl/OpenSSL/config.pm
@@ -671,6 +671,7 @@ EOF
cxxflags => [ '-march=armv7-a' ] } ],
[ 'arm.*-.*-linux2', { target => "linux-armv4" } ],
[ 'aarch64-.*-linux2', { target => "linux-aarch64" } ],
+ [ 'loongarch64-.*-linux2', { target => "linux-loongarch64" } ],
[ 'sh.*b-.*-linux2', { target => "linux-generic32",
defines => [ 'B_ENDIAN' ] } ],
[ 'sh.*-.*-linux2', { target => "linux-generic32",
--
2.40.1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。