]> 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)
commiteac67be948e972dc12b7b4abfa83b09becf6422c
tree0a6627d7d36fcb503c5330aec167280582390520
parente33797b686d764014aeaf80d7b4cb24863d238d9
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