commit | f4795c82df655d421f851cc3700538e04fe1a3f4 | [log] [tgz] |
---|---|---|
author | Hye-Shik Chang <hyeshik@gmail.com> | Wed Apr 26 19:20:26 2006 +0000 |
committer | Hye-Shik Chang <hyeshik@gmail.com> | Wed Apr 26 19:20:26 2006 +0000 |
tree | 38a4aa0ae80d680f34566469df4eacf777c3e2df | |
parent | b5ccd1416e19773f541256480a014a847bfc53f9 [diff] [blame] |
Fix build on MIPS for libffi. I haven't tested this yet because I don't have an access on MIPS machines. Will be tested by buildbot. :)
diff --git a/Misc/NEWS b/Misc/NEWS index 26a3f87..406d5f3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -156,6 +156,8 @@ - Patch #1429775: Link extension modules with the shared libpython. +- Fixed a libffi build problem on MIPS systems. + C API -----