# HG changeset patch # User Christophe Lincoln # Date 1336740485 -7200 # Node ID e31ed673ab5da5cfc6dca19e057843a462978b58 # Parent 9af42268847d152c7309dd710af1a034ad03dc82 Small update to cross doc/howto diff -r 9af42268847d -r e31ed673ab5d doc/cross.txt --- a/doc/cross.txt Fri May 11 14:43:34 2012 +0200 +++ b/doc/cross.txt Fri May 11 14:48:05 2012 +0200 @@ -13,13 +13,14 @@ OPTIONS --log clean: Will also clean log files --install check-env: Install needed packages + --config= Use specified configuration file HOWTO: When building a cross toolchain it's better to understand what is a linker or or C compiler such as GCC. The configure option --target is used by 'cross' to build cross-tools. When the toolchain is build on your machine you can then build packages with cook and the wok. Cross - use by default the same source tarball's than cook by path can by + use by default the same source tarball's than cook but path can by changed via the config file. Configuration is: cross.conf. Here is a cmdline howto: @@ -40,10 +41,7 @@ ------------------------------------------------------------- # cook setup # cook arm-setup - # mkdir -p /home/slitaz/cross - # cd /home/slitaz/cross - # cp /etc/slitaz/cross.conf . - (vi/nano config) + (vi/nano /etc/slitaz/cross.conf) # cross check-env --install # cross compile