[issue848910] Enable crosscompilation

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: Agreed. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue848910] Enable crosscompilation

2009-02-09 Thread Daniel Diniz
Daniel Diniz added the comment: Seems out-of-date, more recent efforts should go into a new issue IMO. This issue focus on generic aspects of cross-compilation, as issue 1006238 (patch). I think issue 660095 (if still valid!) is akin to this problem. -- nosy: +ajaksu2 ___