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 martin.panter
Recipients barry, doko, martin.panter, pitrou
Date 2016-07-13.03:16:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468379816.93.0.705136152968.issue22981@psf.upfronthosting.co.za>
In-reply-to
Content
Why do you set CFLAGS=-m32? When I cross-compile a 32-bit Python on a 64-bit host, I set CC="gcc -m32" instead. (Otherwise, I would have to specify LDFLAGS="-m32" as well.)
History
Date User Action Args
2016-07-13 03:16:56martin.pantersetrecipients: + martin.panter, barry, doko, pitrou
2016-07-13 03:16:56martin.pantersetmessageid: <1468379816.93.0.705136152968.issue22981@psf.upfronthosting.co.za>
2016-07-13 03:16:56martin.panterlinkissue22981 messages
2016-07-13 03:16:56martin.pantercreate