[issue27490] ARM cross-compile: pgen built without $(CFLAGS) as $(LIBRARY) dependency

Xavier de Gaye report at bugs.python.org
Wed Jul 13 10:19:50 EDT 2016


Xavier de Gaye added the comment:

> the underlying problem is that pgen gets built in cases where it shouldn't

This statement does not take into account the following note of your initial post: "note that the same $(CFLAGS) needs to be added to the rule for $(BUILDPYTHON) if one wants to build that as well".

I agree with Martin that you should either use CC or set LDFLAGS to fix the problems that occur at the link stages of your cross-build.

----------
nosy: +xdegaye

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


More information about the Python-bugs-list mailing list