This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author indygreg
Recipients debohman, indygreg, miss-islington, ned.deily
Date 2021-10-14.02:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634178586.27.0.193699002947.issue45405@roundup.psfhosted.org>
In-reply-to
Content
> Can you be more specific? This particular issue isn't about cross-compiling.

The point I was trying to make is that clang 13 generically implemented --print-multiarch and the triple logic in configure related to MULTIARCH applies to all platforms, not just macOS.

I was able to perturb this same error on Linux with an x86_64 Clang 13 with configure options --build=x86_64-unknown-linux-gnu --host=i686-unknown-linux-gnu. https://github.com/indygreg/python-build-standalone/runs/3853832124?check_suite_focus=true should work if you are logged into GitHub. Not the exact same failure, but related since it involves --print-multiarch suddenly working.
History
Date User Action Args
2021-10-14 02:29:46indygregsetrecipients: + indygreg, ned.deily, debohman, miss-islington
2021-10-14 02:29:46indygregsetmessageid: <1634178586.27.0.193699002947.issue45405@roundup.psfhosted.org>
2021-10-14 02:29:46indygreglinkissue45405 messages
2021-10-14 02:29:46indygregcreate