note on cross-compilation
This commit is contained in:
parent
5c9f1a487e
commit
047b4b6072
15
src/README
15
src/README
|
@ -251,6 +251,21 @@ For a build without `--prefix' (or with `--enable-origtree') and without
|
||||||
`--enable-shared', you can safely move the install tree, because all
|
`--enable-shared', you can safely move the install tree, because all
|
||||||
file references within the installation are relative.
|
file references within the installation are relative.
|
||||||
|
|
||||||
|
========================================================================
|
||||||
|
Cross-compiling
|
||||||
|
========================================================================
|
||||||
|
|
||||||
|
Cross-compilation requires at least two flags to `configure':
|
||||||
|
|
||||||
|
* `--host=OS', where OS is something like `i386-gnu-linux'
|
||||||
|
|
||||||
|
* `--enable-racket=RACKET', where RACKET is a path to a Racket
|
||||||
|
executable for the version being compiled that runs on the build
|
||||||
|
(i.e., you must compile on the build machine to cross-compile)
|
||||||
|
|
||||||
|
The `--enable-racket' flag is needed because building and installing
|
||||||
|
Racket requires running (an intermediate version of) Racket.
|
||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
CGC versus 3m
|
CGC versus 3m
|
||||||
========================================================================
|
========================================================================
|
||||||
|
|
Loading…
Reference in New Issue
Block a user