summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-07 00:27:17 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-07 00:27:17 (GMT)
commit9c2a8f97da41e230bcd25bf169d254ee74be2f6a (patch)
tree59e26303fdf4966c477dcb548afaf7f873711765 /Misc
parent8f5798edfb71342fa4b3070a7f69386f7b229cd0 (diff)
downloadcpython-9c2a8f97da41e230bcd25bf169d254ee74be2f6a.zip
cpython-9c2a8f97da41e230bcd25bf169d254ee74be2f6a.tar.gz
cpython-9c2a8f97da41e230bcd25bf169d254ee74be2f6a.tar.bz2
Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index feb0c62..da2dc3e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -581,6 +581,9 @@ Build
source code anyway, and is still regenerated when doing a native build.
Patch by Xavier de Gaye.
+- Issue #27229: Fix the cross-compiling pgen rule for in-tree builds. Patch
+ by Xavier de Gaye.
+
- Issue #21668: Link audioop, _datetime, _ctypes_test modules to libm,
except on Mac OS X. Patch written by Xavier de Gaye.