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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28066>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to