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:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425922950.79.0.322131813008.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
This is what I'm using:

PYTHON_FOR_BUILD=`realpath ../cpython/python` CC=arm-linux-androideabi-clang CXX=arm-linux-androideabi-clang++ ./configure --host=arm-linux-androideabi --build=x86_64 --disable-ipv6 ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no ac_cv_have_long_long_format=yes

I know I could use config.site, but I just popped all this in a shell script.
History
Date User Action Args
2015-03-09 17:42:30refi64setrecipients: + refi64, vstinner, r.david.murray, skrah, freakboy3742, ethan.furman, chaselton
2015-03-09 17:42:30refi64setmessageid: <1425922950.79.0.322131813008.issue23496@psf.upfronthosting.co.za>
2015-03-09 17:42:30refi64linkissue23496 messages
2015-03-09 17:42:30refi64create