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 xdegaye
Recipients Alex.Willmer, martin.panter, thomas.perl, xdegaye
Date 2016-07-13.14:19:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> 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.
History
Date User Action Args
2016-07-13 14:19:50xdegayesetrecipients: + xdegaye, martin.panter, Alex.Willmer, thomas.perl
2016-07-13 14:19:50xdegayesetmessageid: <[email protected]>
2016-07-13 14:19:50xdegayelinkissue27490 messages
2016-07-13 14:19:50xdegayecreate