Commit 943c2e7
committed
python3: Fix/expand platform triplet detection
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 uses python/cpython#96001 (currently in
draft status) as a base (patch retains changes to configure.ac but
removes changes to configure), and fixes/expands the detection for mips
soft float and mips musl.
The various libc values for musl (muslsf, musln32, etc.) are from
make-cross-make[1].
[1]: https://github.com/richfelker/musl-cross-make/blob/fe915821b652a7fa37b34a596f47d8e20bc72338/README.md#supported-targets
Signed-off-by: Jeffery To <jeffery.to@gmail.com>1 parent 0b3da2f commit 943c2e7
10 files changed
Lines changed: 672 additions & 50 deletions
File tree
- lang/python/python3
- patches
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments