next|prev|index

2. Cross-compilation

Purpose: being able to run ocaml on one host platform and produce native code for a different target platform.

This should work even when the size of words differs between the host and the target platform.

Steps: