commit | 801110b30319a8ab1f8f29eedbac3798b03afb55 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Thu Jul 28 01:28:27 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Thu Jul 28 01:28:27 2016 +0000 |
tree | 9ee01eba387e8d92656fccfb6db4780bce5a12d2 | |
parent | 2e1a34025cde19bddf12a2eac8fedb6afcca8339 [diff] |
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.