From 6f2d304e404e0a3ee1fb4b44d8e1de4f2faa31c5 Mon Sep 17 00:00:00 2001 From: gongwen Date: Sat, 28 Aug 2021 09:50:20 +0800 Subject: [PATCH] add loongarch support --- 1001-python3-anolis-add-loongarch.patch | 12 ++++++++++++ python3.spec | 8 +++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 1001-python3-anolis-add-loongarch.patch diff --git a/1001-python3-anolis-add-loongarch.patch b/1001-python3-anolis-add-loongarch.patch new file mode 100644 index 0000000..3a1e801 --- /dev/null +++ b/1001-python3-anolis-add-loongarch.patch @@ -0,0 +1,12 @@ +diff -Nurp Python-3.6.8.orig/configure.ac Python-3.6.8/configure.ac +--- Python-3.6.8.orig/configure.ac 2021-01-07 07:03:34.660156250 +0000 ++++ Python-3.6.8/configure.ac 2021-01-07 07:04:44.785156250 +0000 +@@ -824,6 +824,8 @@ cat >> conftest.c < - 3.6.8-41.0.2 +- Support Loongarch for python3 + * Wed Dec 15 2021 zhangbinchen - 3.6.8-41.0.1 - Add Anolis platform - cherry-pick [9a96461] -- Gitee