Message237682
| 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. |
|