cookutils diff doc/cross.txt @ rev 382

Edit cross files
author Paul Issott <paul@slitaz.org>
date Sat May 12 22:03:46 2012 +0100 (2012-05-12)
parents e31ed673ab5d
children a20fac3c915f
line diff
     1.1 --- a/doc/cross.txt	Fri May 11 14:48:05 2012 +0200
     1.2 +++ b/doc/cross.txt	Sat May 12 22:03:46 2012 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  
     1.5  DESCRIPTION
     1.6  	Cross is a tool to build a cross toolchain on SliTaz GNU/Linux. The
     1.7 -	ARM platform is actually supported and x86_64 toolchain is on the
     1.8 +	ARM platform is actually supported and a x86_64 toolchain is on the
     1.9  	stove
    1.10  
    1.11  COMMANDS
    1.12 @@ -17,10 +17,10 @@
    1.13  
    1.14  HOWTO:
    1.15  	When building a cross toolchain it's better to understand what is a
    1.16 -	linker or or C compiler such as GCC. The configure option --target is
    1.17 -	used by 'cross' to build cross-tools. When the toolchain is build on
    1.18 +	linker or C compiler such as GCC. The configure option --target is
    1.19 +	used by 'cross' to build cross-tools. When the toolchain is built on
    1.20  	your machine you can then build packages with cook and the wok. Cross
    1.21 -	use by default the same source tarball's than cook but path can by
    1.22 +	uses by default the same source tarballs as cook but the path can be
    1.23  	changed via the config file. Configuration is: cross.conf. Here is a
    1.24  	cmdline howto:
    1.25  
    1.26 @@ -49,5 +49,5 @@
    1.27  	------------------------
    1.28  	# cross testsuite
    1.29  
    1.30 -AUTHOR
    1.31 +AUTHORS
    1.32  	Written by Christophe Lincoln