[issue22981] Use CFLAGS when extracting multiarch

Martin Panter report at bugs.python.org
Tue Jul 12 23:16:56 EDT 2016


Martin Panter added the comment:

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

----------
components: +Build
nosy: +martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22981>
_______________________________________


More information about the Python-bugs-list mailing list