1 Star 0 Fork 71

xinsheng3 / python3

forked from src-openEuler / python3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-add-loongarch64-support-for-python.patch 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
From cd9f19a56816985d05f132319874f6697d7da872 Mon Sep 17 00:00:00 2001
From: Wenlong Zhang <zhangwenlong@loongson.cn>
Date: Mon, 26 Feb 2024 03:25:24 +0000
Subject: [PATCH] add loongarch64 support for python
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index e1cbb7c..1b8c272 100644
--- a/configure.ac
+++ b/configure.ac
@@ -968,6 +968,8 @@ cat > conftest.c <<EOF
hppa-linux-gnu
# elif defined(__ia64__)
ia64-linux-gnu
+# elif defined(__loongarch64)
+ loongarch64-linux-gnu
# elif defined(__m68k__) && !defined(__mcoldfire__)
m68k-linux-gnu
# elif defined(__mips_hard_float) && defined(__mips_isa_rev) && (__mips_isa_rev >=6) && defined(_MIPSEL)
--
2.43.0
1
https://gitee.com/xinsheng3/python3.git
git@gitee.com:xinsheng3/python3.git
xinsheng3
python3
python3
master

搜索帮助