[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
33.3 Cross Compiling Bigloo Programs
Once the host-library exists cross compilation is straightforward.
Using the -lib-dir
compilation flag one simply has to pass the
library-directory to Bigloo.
bigloo -lib-dir [path-to-cross-compiled-library] ....
Bigloo will automatically use the same C cross-compiler and compilation flags that have been used to build the library.
This document was generated on March 31, 2014 using texi2html 5.0.