summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnthony Green <green@gmachine.(none)>2010-04-13 10:19:28 -0400
committerAnthony Green <green@gmachine.(none)>2010-04-13 10:19:28 -0400
commitf2c2a4fce9b3eca9f39b4f3545118bc256da4a73 (patch)
treef170fd9df8d3fb1ad4061675a6289b7246d765ba /README
parentc0b69e57d529e33d18b658cc5572a21e3663247c (diff)
downloadlibffi-f2c2a4fce9b3eca9f39b4f3545118bc256da4a73.tar.gz
Remove warnings and add OS/2 support
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 4 insertions, 7 deletions
diff --git a/README b/README
index 8408b51..778fe5c 100644
--- a/README
+++ b/README
@@ -75,6 +75,7 @@ tested:
| X86 | Linux |
| X86 | Mac OSX |
| X86 | OpenBSD |
+| X86 | OS/2 |
| X86 | Solaris |
| X86 | Windows/Cygwin |
| X86 | Windows/MingW |
@@ -113,13 +114,9 @@ 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 CC=path/to/msvcc.sh LD=link CPP=\"cl -nologo -EP\"
-
-For 64-bit Windows builds, use CC="path/to/msvcc.sh -m64".
-You may also need to specify --build appropriately. When building with MSVC
-under a MingW environment, you may need to remove the line in configure
-that sets 'fix_srcfile_path' to a 'cygpath' command. ('cygpath' is not
-present in MingW, and is not required when using MingW-style paths.)
+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.