summaryrefslogtreecommitdiff
path: root/INSTALL.adoc
diff options
context:
space:
mode:
authorSimon Cruanes <simon.cruanes.2007@m4x.org>2015-09-22 10:32:46 +0200
committerSimon Cruanes <simon.cruanes.2007@m4x.org>2015-12-06 19:31:15 +0100
commitf3d3c221b1655fd9376b77d2f97ba65d1a45e7ad (patch)
tree12c8c7c9002258d8471e04d957b781d83b3886dc /INSTALL.adoc
parent066022aa8a88cf9ac25318e588888574c4edf70a (diff)
downloadocaml-f3d3c221b1655fd9376b77d2f97ba65d1a45e7ad.tar.gz
move README.win32 to asciidoc
Diffstat (limited to 'INSTALL.adoc')
-rw-r--r--INSTALL.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.adoc b/INSTALL.adoc
index dabe8cfe17..deb95ade03 100644
--- a/INSTALL.adoc
+++ b/INSTALL.adoc
@@ -154,7 +154,7 @@ or:
./configure -cc "gcc -fPIC" -aspp "gcc -c -fPIC"
+
- On a 64-bit POWER architecture host running Linux, OCaml only operates
+On a 64-bit POWER architecture host running Linux, OCaml only operates
in a 32-bit environment. If your system compiler is configured as 32-bit,
e.g. Red Hat 5.9, you don't need to do anything special. If that is
not the case (e.g. Red Hat 6.4), then IBM's "Advance Toolchain" can
@@ -235,7 +235,7 @@ or:
make opt > log.opt 2>&1 # in sh
make opt >& log.opt # in csh
-5. Compile fast versions of the OCaml compilers, by compiling them
+5. anchor:step-5[] Compile fast versions of the OCaml compilers, by compiling them
with the native-code compiler (you have only compiled them to bytecode
so far). Just do:
@@ -274,7 +274,7 @@ autoconfiguration):
ocamlprof execution count profiler
ocamlcp the bytecode compiler in profiling mode
+
-and also, if you built them during step 5,
+and also, if you built them during <<step-5,step 5>>,
ocamlc.opt the batch bytecode compiler compiled with ocamlopt
ocamlopt.opt the batch native-code compiler compiled with ocamlopt