summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-10-03 14:02:02 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-10-03 14:02:02 +0000
commit73ecded345d4bd64e50670351ce5fb254aae3f20 (patch)
treef84042c91d2d6c03584ccd2b2f620a7a428aa578
parentdb7e46b25c70cbc553a17b1a6c8875c8cce3d704 (diff)
Doc NextStep.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@307 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--INSTALL8
1 files changed, 5 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index bd9e34ada..1a0466c24 100644
--- a/INSTALL
+++ b/INSTALL
@@ -135,7 +135,9 @@ unable to compile correctly the runtime system (wrong code is
generated for (x - y) where x is a pointer and y an integer).
Fix: use gcc.
-* On some Next machines. cc pretends to be gcc but is not quite gcc.
-If the compilation of byterun/interp.c causes syntax errors, insert
-#undef __GNUC__ at the very beginning of byterun/misc.h.
+* On some versions of NeXTStep, cc pretends to be gcc but is not quite
+gcc. If the compilation of byterun/interp.c causes syntax errors,
+insert #undef __GNUC__ at the very beginning of config/s.h
+
+