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 refi64
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64, skrah, vstinner
Date 2015-03-09.17:28:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425922116.34.0.06006995552.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
Python really needs some way of separating the host C compiler and the target C compiler.

I'm giving up cross-compiling from my computer and am going to install KBOX on an Android virtual device. It worked for Cyd, it'll work for me. Beats compiling two separate versions of Python (one just to get host version of pgen and _freeze_importlib), passing 20+ arguments to configure segregated in flags and environment variables, etc.

Please bear with me.
History
Date User Action Args
2015-03-09 17:28:36refi64setrecipients: + refi64, vstinner, r.david.murray, skrah, freakboy3742, ethan.furman, chaselton
2015-03-09 17:28:36refi64setmessageid: <1425922116.34.0.06006995552.issue23496@psf.upfronthosting.co.za>
2015-03-09 17:28:36refi64linkissue23496 messages
2015-03-09 17:28:36refi64create