diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-08-24 12:22:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:22:50 (GMT) |
commit | c163d7f0b67a568e9b64eeb9c1cbbaa127818596 (patch) | |
tree | 9ecd5bc084927c4be85a4067a6be8ee972bb4eea /Misc/NEWS.d/3.12.0a7.rst | |
parent | 809ea7c4b6c2b818ae510f1f58e82b6b05ed4ef9 (diff) | |
download | cpython-c163d7f0b67a568e9b64eeb9c1cbbaa127818596.zip cpython-c163d7f0b67a568e9b64eeb9c1cbbaa127818596.tar.gz cpython-c163d7f0b67a568e9b64eeb9c1cbbaa127818596.tar.bz2 |
gh-95855: Refactor platform triplet detection code, add detection for MIPS soft float and musl libc (#107221)
- Move platform triplet detection code into Misc/platform_triplet.c
- Refactor MIPS detection, use defined(__mips64) to detect MIPS64
- Compute libc values in separate section
- Add detection for MIPS soft float
- Add detection for musl
musl supports SPE with its soft-float ABI:
https://git.musl-libc.org/cgit/musl/commit/?id=7be59733d71ada3a32a98622507399253f1d5e48
Original patch by Christian Heimes.
Co-authored-by: Christian Heimes <christian@python.org>
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Diffstat (limited to 'Misc/NEWS.d/3.12.0a7.rst')
0 files changed, 0 insertions, 0 deletions