Skip to content

Commit

Permalink
Remove references to 32-bit Cygwin (ocaml#11797)
Browse files Browse the repository at this point in the history
* Remove out-of-date notice about flexdll

* Remove build references to Cygwin32

(cherry picked from commit b3d55a0)
  • Loading branch information
dra27 committed Dec 9, 2022
1 parent f10cbf6 commit 1018602
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.win32.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,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
Expand Down Expand Up @@ -197,7 +195,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:

Expand Down Expand Up @@ -262,7 +260,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:

Expand Down

0 comments on commit 1018602

Please sign in to comment.