Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | python3: Update to 3.11.7, refresh patches | Jeffery To | 2023-12-13 |
| | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com> | ||
* | python3: Fix/expand platform triplet detection | Jeffery To | 2023-08-25 |
Currently, configure does not find the correct platform triplet for musl as the default build/host values passed by OpenWrt buildroot does not contain the text "linux-musl". This backports https://github.com/python/cpython/commit/c163d7f0b67a568e9b64eeb9c1cbbaa127818596 to add detection for mips soft float and musl. Signed-off-by: Jeffery To <jeffery.to@gmail.com> |