summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
Diffstat (limited to 'README.win32')
-rw-r--r--README.win325
1 files changed, 2 insertions, 3 deletions
diff --git a/README.win32 b/README.win32
index 9063901e1a..ff50f1db90 100644
--- a/README.win32
+++ b/README.win32
@@ -91,9 +91,8 @@ RANDOM NOTES:
* The VC++ compiler does a poor job on byterun/interp.c. Consequently,
the performance of bytecode programs is about half of that obtained
under Unix/GCC on similar hardware. GCC would give much better
-performance, but none of the currently available ports of GCC for
-Win32 is sufficiently complete, robust and stable to compile Objective
-Caml.
+performance, but the currently available ports of GCC for
+Win32 lack crucial features such as thread support.
* Libraries available under Win32: "num", "str", "threads", "graph",
"camltk41", and large parts of "unix".