summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2007-09-04 20:46:02 (GMT)
committerMatthias Klose <doko@ubuntu.com>2007-09-04 20:46:02 (GMT)
commit38336406ebdbe5d524f29483b3c2c3d47d1d76af (patch)
tree84c00a7a89a1f1f27dddd37035593b0ae665730f /Misc
parent4f2ba5529b819b977483806c2cd3151f27468d4b (diff)
downloadcpython-38336406ebdbe5d524f29483b3c2c3d47d1d76af.zip
cpython-38336406ebdbe5d524f29483b3c2c3d47d1d76af.tar.gz
cpython-38336406ebdbe5d524f29483b3c2c3d47d1d76af.tar.bz2
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
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 6cfd4fd..7a8b35a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -852,6 +852,8 @@ Extension Modules
- Fix an off-by-one bug in locale.strxfrm().
+- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
+
Tests
-----