summaryrefslogtreecommitdiffstats
path: root/libffi/README
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-06 05:24:11 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-06 05:24:11 +0000
commit142f9026d2a341b4b9745dffc17909a51f7170fe (patch)
treeb3a7fdfbc35f7a3ff57eb7a4acc65d966fcb0eab /libffi/README
parent28055868f66cc3a37c07313ac2ee826c06e32b7a (diff)
downloadppe42-gcc-142f9026d2a341b4b9745dffc17909a51f7170fe.tar.gz
ppe42-gcc-142f9026d2a341b4b9745dffc17909a51f7170fe.zip
Enable build with microsoft compiler
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162935 138bc75d-0d04-0410-961f-82ee72b054a4
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 48b59d216e6..285cc69a3f3 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.
OpenPOWER on IntegriCloud