cookutils diff doc/cross.txt @ rev 421

cook, cross, *.conf: improve cross compilation and small clean
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 19 04:47:53 2012 +0200 (2012-05-19)
parents a20fac3c915f
children 4c71388c43e6
line diff
     1.1 --- a/doc/cross.txt	Sun May 13 17:59:11 2012 +0200
     1.2 +++ b/doc/cross.txt	Sat May 19 04:47:53 2012 +0200
     1.3 @@ -12,7 +12,6 @@
     1.4  
     1.5  OPTIONS
     1.6  	--log      clean: Will also clean log files
     1.7 -	--install  check-env: Install needed packages
     1.8  	--config=  Use specified configuration file
     1.9  
    1.10  HOWTO:
    1.11 @@ -37,12 +36,13 @@
    1.12  	# cd cookutils
    1.13  	# make install-cross
    1.14  
    1.15 -	Setup the build environment and compile a cross toolchain
    1.16 -	-------------------------------------------------------------
    1.17 +	Setup the build environment, get source and compile a cross toolchain
    1.18 +	---------------------------------------------------------------------
    1.19  	# cook arm-setup
    1.20  	# cook setup
    1.21  	(vi/nano /etc/slitaz/cross.conf)
    1.22 -	# cross check-env --install
    1.23 +	# cross check
    1.24 +	# cross download
    1.25  	# cross compile
    1.26  
    1.27  	Test the cross toolchain