[issue17592] mingw: configure MACHDEP and platform for build

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue17592] mingw: configure MACHDEP and platform for build

2016-03-11 Thread Martin Panter
Martin Panter added the comment: Here is a modified patch fixing a couple of the spelling & style problems. I moved the comment introducing the ac_sys_ variables up to before the code that sets them. I rearranged the logic for _PYTHON_HOST_PLATFORM so it is clear that $host_os overrides $host,

[issue17592] mingw: configure MACHDEP and platform for build

2016-03-11 Thread Martin Panter
Martin Panter added the comment: There are some spelling errors in the comments. It would also be good to keep the indentation, quoting, layout etc similar to the surrounding code. Regarding the comments, what is the significance of “runtime platform” vs MACHDEP? Also, what is the significance

[issue17592] mingw: configure MACHDEP and platform for build

2013-03-31 Thread Roumen Petrov
New submission from Roumen Petrov: split of issue3871 -- components: Build, Cross-Build files: 0004-MINGW-configure-MACHDEP-and-platform-for-build.patch keywords: patch messages: 185650 nosy: rpetrov priority: normal severity: normal status: open title: mingw: configure MACHDEP and platf