aboutsummaryrefslogtreecommitdiff
path: root/libffi/README
diff options
context:
space:
mode:
authorAnthony Green <green@gcc.gnu.org>2010-08-06 05:24:11 +0000
committerAnthony Green <green@gcc.gnu.org>2010-08-06 05:24:11 +0000
commit3ac097a580e0a77d8b15486361d473ce06edaeba (patch)
treeb3a7fdfbc35f7a3ff57eb7a4acc65d966fcb0eab /libffi/README
parentfc28e435cfc4e6a0e34e1c351be49cb9921c3eac (diff)
downloadgcc-3ac097a580e0a77d8b15486361d473ce06edaeba.zip
gcc-3ac097a580e0a77d8b15486361d473ce06edaeba.tar.gz
gcc-3ac097a580e0a77d8b15486361d473ce06edaeba.tar.bz2
Enable build with microsoft compiler
From-SVN: r162935
Diffstat (limited to 'libffi/README')
-rw-r--r--libffi/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/libffi/README b/libffi/README
index 48b59d2..285cc69 100644
--- a/libffi/README
+++ b/libffi/README
@@ -110,6 +110,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
@@ -126,6 +134,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.