summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-12-12 12:10:21 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-12-12 12:10:21 (GMT)
commit954ac03a44efd352ca06a85caf2e2c04e49b3ede (patch)
treef3929c05ba63425b6708a4dba404754af868baaf /Misc
parentd783261e99ebb5b3f305c3261a5b6ebf69de95db (diff)
downloadcpython-954ac03a44efd352ca06a85caf2e2c04e49b3ede.zip
cpython-954ac03a44efd352ca06a85caf2e2c04e49b3ede.tar.gz
cpython-954ac03a44efd352ca06a85caf2e2c04e49b3ede.tar.bz2
Cross compiling needs host and build settings. configure no longer
creates a broken PYTHON_FOR_BUILD variable when --build is missing.
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 c57b165..58675e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -316,6 +316,9 @@ Tests
Build
-----
+- Cross compiling needs host and build settings. configure no longer
+ creates a broken PYTHON_FOR_BUILD variable when --build is missing.
+
- Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are
defined in cross compiling mode, too.