diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-06 05:24:11 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-06 05:24:11 +0000 |
commit | 142f9026d2a341b4b9745dffc17909a51f7170fe (patch) | |
tree | b3a7fdfbc35f7a3ff57eb7a4acc65d966fcb0eab /libffi/README | |
parent | 28055868f66cc3a37c07313ac2ee826c06e32b7a (diff) | |
download | gcc-142f9026d2a341b4b9745dffc17909a51f7170fe.tar.gz |
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/README | 14 |
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. |