Skip to content

Commit 1018602

Browse files
committed
Remove references to 32-bit Cygwin (ocaml#11797)
* Remove out-of-date notice about flexdll * Remove build references to Cygwin32 (cherry picked from commit b3d55a0)
1 parent f10cbf6 commit 1018602

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.win32.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ Only the `make` Cygwin package is required. `diffutils` is required if you wish
6363
to be able to run the test suite.
6464

6565
Unless you are also compiling the Cygwin port of OCaml, you do not need the
66-
`gcc-core` or `flexdll` packages. If you do install them, care may be required
67-
to ensure that a particular build is using the correct installation of
68-
`flexlink`.
66+
`gcc-core` or `flexdll` packages.
6967

7068
[[bmflex]]
7169
In addition to Cygwin, FlexDLL must also be installed, which is available from
@@ -197,7 +195,7 @@ quickly as it will be unable to link `ocamlrun`.
197195

198196
Now run:
199197

200-
./configure --build=i686-pc-cygwin --host=i686-pc-windows
198+
./configure --build=x86_64-pc-cygwin --host=i686-pc-windows
201199

202200
for 32-bit, or:
203201

@@ -262,7 +260,7 @@ the WinZip Options Window.)
262260

263261
Now run:
264262

265-
./configure --build=i686-pc-cygwin --host=i686-w64-mingw32
263+
./configure --build=x86_64-pc-cygwin --host=i686-w64-mingw32
266264

267265
for 32-bit, or:
268266

0 commit comments

Comments
 (0)