diff options
author | CoprDistGit <infra@openeuler.org> | 2024-10-24 04:11:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-10-24 04:11:04 +0000 |
commit | d83fa8360c587fda79e9cbed0430f40120ad20d8 (patch) | |
tree | f8a2ab4a47cb781a86333cdf9cbb32f9ec860a40 /0001-add-loongarch64-support-for-python.patch | |
parent | 334db9062e911271c9a1571b49b76b21a57ef3dc (diff) |
automatic import of python3
Diffstat (limited to '0001-add-loongarch64-support-for-python.patch')
-rw-r--r-- | 0001-add-loongarch64-support-for-python.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/0001-add-loongarch64-support-for-python.patch b/0001-add-loongarch64-support-for-python.patch new file mode 100644 index 0000000..8cba5ee --- /dev/null +++ b/0001-add-loongarch64-support-for-python.patch @@ -0,0 +1,24 @@ +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 |