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
Modify *.rst according to Erlend Aasland's suggestion
  • Loading branch information
loongson-zn committed May 8, 2023
commit c29c9491f98d123b439bd343d80228ae0dfc1731
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,9 @@ Build Changes
optimization levels (0, 1, 2) at once.
(Contributed by Victor Stinner in :gh:`99289`.)

* Add platform triplets for ``LoongArch64``.
(Contributed by Zhang Na in :gh:`90656`.)


C API Changes
=============
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
Add platform triplets for LoongArch64
Add platform triplets for ``LoongArch64``:

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

Patch by Zhang Na.