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.
This commit is contained in:
Martin Panter 2016-07-28 01:28:27 +00:00
parent e33797b686
commit eac67be948
5 changed files with 12 additions and 1 deletions

View file

@ -1120,6 +1120,7 @@ Steven Pemberton
Bo Peng
Santiago Peresón
George Peristerakis
Thomas Perl
Mathieu Perreault
Mark Perrego
Trevor Perrin