diff options
author | David Allsopp <david.allsopp@metastack.com> | 2022-12-07 16:52:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 17:52:35 +0100 |
commit | b3d55a0a8dab5491b38eb9f1087d03947c80c0d0 (patch) | |
tree | 8d6a8e4e91e1b5e1221cf2d1f4637a05ad7cb4b5 /README.win32.adoc | |
parent | 9cb3e69555a348d29918a99f72ac990a608f84df (diff) | |
download | ocaml-b3d55a0a8dab5491b38eb9f1087d03947c80c0d0.tar.gz |
Remove references to 32-bit Cygwin (#11797)
* Update available Windows ports note
* Remove out-of-date notice about flexdll
* Remove build references to Cygwin32
Diffstat (limited to 'README.win32.adoc')
-rw-r--r-- | README.win32.adoc | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/README.win32.adoc b/README.win32.adoc index 3e52414558..3668526efa 100644 --- a/README.win32.adoc +++ b/README.win32.adoc @@ -11,10 +11,9 @@ release use the 4.14 release which will continue to be supported and updated while 5.0 reaches feature and stability parity. Similarly, if you need one of the ports not yet supported in the 5.0 release you must use the 4.14 release. -Only the MinGW-w64 port is supported. On 32-bit systems, only the bytecode -compiler is supported. Native-code support for these 32-bit systems is under -discussion. Support for the MSVC and Cygwin ports will be added back in later -releases. +The MSVC port is presently not supported, but will hopefully be added back in +later releases. On 32-bit systems, only the bytecode compiler is supported. +Native-code support for these 32-bit systems is under discussion. = Release notes for the Microsoft Windows ports of OCaml = :toc: macro @@ -81,9 +80,7 @@ Only the `make` Cygwin package is required. `diffutils` is required if you wish to be able to run the test suite. Unless you are also compiling the Cygwin port of OCaml, you do not need the -`gcc-core` or `flexdll` packages. If you do install them, care may be required -to ensure that a particular build is using the correct installation of -`flexlink`. +`gcc-core` or `flexdll` packages. [[bmflex]] In addition to Cygwin, FlexDLL must also be installed, which is available from @@ -209,7 +206,7 @@ quickly as it will be unable to link `ocamlrun`. Now run: - ./configure --build=i686-pc-cygwin --host=i686-pc-windows + ./configure --build=x86_64-pc-cygwin --host=i686-pc-windows for 32-bit, or: @@ -274,7 +271,7 @@ the WinZip Options Window.) Now run: - ./configure --build=i686-pc-cygwin --host=i686-w64-mingw32 + ./configure --build=x86_64-pc-cygwin --host=i686-w64-mingw32 for 32-bit, or: |