]> granicus.if.org Git - python/commit
Issue #27490: Do not build pgen when cross-compiling
authorMartin Panter <vadmium+py@gmail.com>
Thu, 28 Jul 2016 01:28:27 +0000 (01:28 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 28 Jul 2016 01:28:27 +0000 (01:28 +0000)
commit801110b30319a8ab1f8f29eedbac3798b03afb55
tree9ee01eba387e8d92656fccfb6db4780bce5a12d2
parent2e1a34025cde19bddf12a2eac8fedb6afcca8339
Issue #27490: Do not build pgen when cross-compiling

The dependendency on the $(PGEN) variable must only be
set when not cross-compiling. When cross-compiling,
$(PGEN) will not be used, so no need to build it.

Patch by Thomas Perl.
Makefile.pre.in
Misc/ACKS
Misc/NEWS
configure
configure.ac