diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-09-23 18:33:48 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-09-23 18:33:48 (GMT) |
commit | 2697ff2a874cd89ecd6f277ceb60af009974bf75 (patch) | |
tree | 3f1949d11c636a15b797394ebb6c277fe4ff461b /Misc | |
parent | 751c203862c4ec78ab04fcd01c6491e23cb09129 (diff) | |
download | cpython-2697ff2a874cd89ecd6f277ceb60af009974bf75.zip cpython-2697ff2a874cd89ecd6f277ceb60af009974bf75.tar.gz cpython-2697ff2a874cd89ecd6f277ceb60af009974bf75.tar.bz2 |
- Issue #6980: Fix ctypes build failure on armel-linux-gnueabi with
-mfloat-abi=softfp.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -281,6 +281,9 @@ Extension Modules Build ----- +- Issue #6980: Fix ctypes build failure on armel-linux-gnueabi with + -mfloat-abi=softfp. + - Issue #6802: Fix build issues on MacOSX 10.6 - Issue 5390: Add uninstall icon independent of whether file |