summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-06-02 03:02:29 (GMT)
committerBrett Cannon <bcannon@gmail.com>2007-06-02 03:02:29 (GMT)
commit19fab761b71a1687aee3415db3a937b5ce31975d (patch)
tree33750125a04d6a5870b1f40ee1da5b4f3903747d /Misc
parent25497a1fa1b112759fce48eeb3711fcae382871c (diff)
downloadcpython-19fab761b71a1687aee3415db3a937b5ce31975d.zip
cpython-19fab761b71a1687aee3415db3a937b5ce31975d.tar.gz
cpython-19fab761b71a1687aee3415db3a937b5ce31975d.tar.bz2
Have configure raise an error when building on AtheOS. Code specific to AtheOS
will be removed in Python 2.7.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 29dd488..562033e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -868,6 +868,8 @@ Tools/Demos
Build
-----
+- Stop supporting AtheOS and cause a build error in configure for the platform.
+
- Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS
returned by python-config if Python was built with --enable-shared
because that prevented the shared library from being used.