13 Star 0 Fork 15

ocs-upgrade/python3.11

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python3.11-add-loongarch64-support.patch 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
streamlet_hy 提交于 2024-05-25 10:50 . add loongarch64 support
From 3d4e497332facff48f360630cb5ae3ee9210d5a3 Mon Sep 17 00:00:00 2001
From: Huang Yang <[email protected]>
Date: Sat, 25 May 2024 10:46:07 +0000
Subject: [PATCH] add loongarch64 support
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index e1cbb7c..a4dbbcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -950,6 +950,8 @@ cat > conftest.c <<EOF
# else
aarch64_be-linux-gnu
# endif
+# elif defined(__loongarch_lp64)
+ loongarch64-linux-gnu
# elif defined(__alpha__)
alpha-linux-gnu
# elif defined(__ARM_EABI__) && defined(__ARM_PCS_VFP)
--
2.41.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-upgrade/python3.11.git
[email protected]:ocs-upgrade/python3.11.git
ocs-upgrade
python3.11
python3.11
master

搜索帮助