diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-07-30 09:36:32 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-07-30 09:36:32 (GMT) |
commit | 6074f217db7433b8ba7b025c1264b97396e32924 (patch) | |
tree | 3f4ad8bdc387f55cca104c22a6f9c024d05d42fe /Misc/NEWS | |
parent | d78448e912126410117723c7d240bbdfff06df16 (diff) | |
parent | 3a32bdfaa7494bfc172b04bdb1c8159978af8d42 (diff) | |
download | cpython-6074f217db7433b8ba7b025c1264b97396e32924.zip cpython-6074f217db7433b8ba7b025c1264b97396e32924.tar.gz cpython-6074f217db7433b8ba7b025c1264b97396e32924.tar.bz2 |
(merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS.
Patch by Chi Hsuan Yen.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -88,6 +88,9 @@ Windows Build ----- +- Issue #27453: CPP invocation in configure must use CPPFLAGS. Patch by + Chi Hsuan Yen. + - Issue #27490: Do not build pgen when cross-compiling. Patch by Thomas Perl. |