diff options
author | Zhang Na <44800775+loongson-zn@users.noreply.github.com> | 2023-05-09 09:19:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 09:19:40 (GMT) |
commit | 03029ace924f7dac7ef49eee3417e0af6623060d (patch) | |
tree | ebf8d54d03a0730d93cdecdf7d1e24b8e1b22f5f /Doc | |
parent | 9a9b176eb7e052af84c01c0cfb3231e51f980f2d (diff) | |
download | cpython-03029ace924f7dac7ef49eee3417e0af6623060d.zip cpython-03029ace924f7dac7ef49eee3417e0af6623060d.tar.gz cpython-03029ace924f7dac7ef49eee3417e0af6623060d.tar.bz2 |
gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)
Signed-off-by: Zhang Na <zhangna@loongson.cn>
Co-authored-by: WANG Xuerui <git@xen0n.name>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 65b3e9f..fe6ad57 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -1169,6 +1169,14 @@ Build Changes optimization levels (0, 1, 2) at once. (Contributed by Victor Stinner in :gh:`99289`.) +* Add platform triplets for 64-bit LoongArch: + + * loongarch64-linux-gnusf + * loongarch64-linux-gnuf32 + * loongarch64-linux-gnu + + (Contributed by Zhang Na in :gh:`90656`.) + C API Changes ============= |