[issue28066] [Patch] Fix the ability to cross compile Python when doing a rebuild of importlib.h

Martin Panter report at bugs.python.org
Sat Sep 10 19:21:01 EDT 2016


Martin Panter added the comment:

Can you get your importlib changes so they are compatible with a native build? If so, maybe you can build the frozen module with a native build rather than a cross build.

“freeze_importlib is built using the compiler for the target”: I may be mistaken, but I thought we recently prevented this from being cross-compiled: Issue 27641, revision bc677cb34889, Jul 2016. Your patch seems to be based ontop of this change. Perhaps you have found some way to bypass that cross-compilation detection logic.

The addition of $(FREEZE_IMPORTLIB) is a bit like the outdated cross-override.patch I once proposed for Issue 22625.

----------
nosy: +martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28066>
_______________________________________


More information about the Python-bugs-list mailing list