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 doko
Recipients Alex.Willmer, bill9889, doko, iliis, ned.deily, steve.dower, wscullin, xdegaye
Date 2020-03-20.19:07:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584731268.5.0.663457455325.issue22699@roundup.psfhosted.org>
In-reply-to
Content
the multiarch approach allows you to install libraries and headers for many architectures in the same installation/chroot.  This can then be used to cross-build stuff.

you can check that on WSL with having Debian or Ubuntu installed. A short reference is https://wiki.debian.org/Multiarch/HOWTO
you don't need to build packages, you can build upstream sources as well, just use apt to install the required packages for the target architecture.
History
Date User Action Args
2020-03-20 19:07:48dokosetrecipients: + doko, ned.deily, xdegaye, steve.dower, Alex.Willmer, bill9889, wscullin, iliis
2020-03-20 19:07:48dokosetmessageid: <1584731268.5.0.663457455325.issue22699@roundup.psfhosted.org>
2020-03-20 19:07:48dokolinkissue22699 messages
2020-03-20 19:07:48dokocreate