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

Martin Panter report at bugs.python.org
Sun Jul 17 20:24:09 EDT 2016


Martin Panter added the comment:

I am happy to repurpose this bug to improve how code generators like pgen work if you want. Or open a separate report if you think that is best.

My problem with the proposal involving PGEN_DEPS0 is that it relies on makefile syntax intended for changing filename suffixes, and it is hard to understand. I wonder if it is better to solve the problem with e.g. documentation and manually overriding it with ‘make PGEN_DEP="" ’.

----------

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


More information about the Python-bugs-list mailing list