Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Copy NEWS entry to What's New; fix formatting
  • Loading branch information
erlend-aasland authored May 9, 2023
commit 93d3d37e10cfeb0ba075b05be131bb6cb369e448
8 changes: 7 additions & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1155,9 +1155,15 @@ Build Changes
optimization levels (0, 1, 2) at once.
(Contributed by Victor Stinner in :gh:`99289`.)

* Add platform triplets for ``LoongArch64``.
* 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
=============

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Add platform triplets for ``LoongArch64``:
Add platform triplets for 64-bit LoongArch:

- ``loongarch64-linux-gnusf``
- ``loongarch64-linux-gnuf32``
- ``loongarch64-linux-gnu``
* loongarch64-linux-gnusf
* loongarch64-linux-gnuf32
* loongarch64-linux-gnu

Patch by Zhang Na.
Patch by Zhang Na.