From 8a8a17ad766d2fd0e79dfac88c85171b1536327c Mon Sep 17 00:00:00 2001 From: Zhang Na Date: Thu, 27 Jan 2022 09:25:41 +0800 Subject: [PATCH] bpo-46498: Add Platform triplets for LoongArch64 Signed-off-by: Zhang Na Co-authored-by: WANG Xuerui (cherry-picked from commit 03029ace924f7dac7ef49eee3417e0af6623060d) --- python3/configure | 14 ++++++++++++++ python3/configure.ac | 14 ++++++++++++++ 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/python3/configure b/python3/configure index bad6199..73b4f38 100755 --- a/python3/configure +++ b/python3/configure @@ -5279,6 +5279,20 @@ cat >> conftest.c <=6) && defined(_MIPSEL) diff --git a/python3/configure.ac b/python3/configure.ac index cc69015..2016277 100644 --- a/python3/configure.ac +++ b/python3/configure.ac @@ -769,6 +769,20 @@ cat >> conftest.c <=6) && defined(_MIPSEL) -- 1.7.3.3