indygreg / python-build-standalone

Produce redistributable builds of Python
Mozilla Public License 2.0
1.97k stars 125 forks source link

add other chip platforms #204

Open SenvenQi opened 9 months ago

SenvenQi commented 9 months ago

How to add other chip platforms with their own compilers, such as Loongarch64 Linux gnu

indygreg commented 8 months ago

Is it just loongarch64 Linux or are there are target platforms you think are missing?

Generally, a target platform is implemented if a) there is a market for it b) there is already support in CPython for that target c) building it isn't super difficult, ...

SenvenQi commented 8 months ago

Make always matches multiple targets