summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes/libffi/README
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-19 19:02:09 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-03-19 19:02:09 (GMT)
commit9a6587747cc5949590274399a36cbb8e9554fec2 (patch)
tree32ffbb693faa41089bdfacb74d4ff41517652338 /Modules/_ctypes/libffi/README
parent9b86b9a086425c9c3a132ccad4ea8875083300c2 (diff)
downloadcpython-9a6587747cc5949590274399a36cbb8e9554fec2.zip
cpython-9a6587747cc5949590274399a36cbb8e9554fec2.tar.gz
cpython-9a6587747cc5949590274399a36cbb8e9554fec2.tar.bz2
Merged revisions 79101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79101 | matthias.klose | 2010-03-19 19:59:20 +0100 (Fr, 19 Mär 2010) | 3 lines update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the trunk (adding msvc port). ........
Diffstat (limited to 'Modules/_ctypes/libffi/README')
-rw-r--r--Modules/_ctypes/libffi/README20
1 files changed, 18 insertions, 2 deletions
diff --git a/Modules/_ctypes/libffi/README b/Modules/_ctypes/libffi/README
index 63f43ac..167de42 100644
--- a/Modules/_ctypes/libffi/README
+++ b/Modules/_ctypes/libffi/README
@@ -1,7 +1,7 @@
Status
======
-libffi-3.0.9 was released on December 31, 2009. Check the libffi web
+libffi-3.0.10 was released on XXXXXXXXXX, 2010. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>.
@@ -43,7 +43,7 @@ Libffi has been ported to many different platforms.
For specific configuration details and testing status, please
refer to the wiki page here:
- http://www.moxielogic.org/wiki/index.php?title=Libffi_3.0.9
+ http://www.moxielogic.org/wiki/index.php?title=Libffi_3.0.10
At the time of release, the following basic configurations have been
tested:
@@ -52,6 +52,7 @@ tested:
| Architecture | Operating System |
|--------------+------------------|
| Alpha | Linux |
+| Alpha | Tru64 |
| ARM | Linux |
| AVR32 | Linux |
| HPPA | HPUX |
@@ -80,6 +81,7 @@ tested:
| X86-64 | FreeBSD |
| X86-64 | Linux |
| X86-64 | OpenBSD |
+| X86-64 | Windows/MingW |
|--------------+------------------|
Please send additional platform test results to
@@ -107,6 +109,14 @@ will add some extra code which will suppress certain warnings when you
are using Purify with libffi. Only use this switch when using
Purify, as it will slow down the library.
+It's also possible to build libffi on Windows platforms with
+Microsoft's Visual C++ compiler. In this case, use the msvcc.sh
+wrapper script during configuration like so:
+
+path/to/configure --enable-shared --enable-static \
+ CC=path/to/msvcc.sh LD=link \
+ CPP=\"cl -nologo -EP\"
+
Configure has many other options. Use "configure --help" to see them all.
Once configure has finished, type "make". Note that you must be using
@@ -123,6 +133,12 @@ History
See the ChangeLog files for details.
+3.0.10 ???-??-??
+ Fix the N64 build on mips-sgi-irix6.5.
+ Testsuite fixes for Tru64 Unix.
+ Enable builds with Microsoft's compiler.
+ Enable x86 builds with Sun's compiler.
+
3.0.9 Dec-31-09
Add AVR32 and win64 ports. Add ARM softfp support.
Many fixes for AIX, Solaris, HP-UX, *BSD.