docs/overview.txt
changeset 1574 07684767f873
parent 1554 3b8df55987ae
child 1575 eb92c99b17cd
     1.1 --- a/docs/overview.txt	Sat Oct 03 17:23:17 2009 +0200
     1.2 +++ b/docs/overview.txt	Sat Oct 10 11:24:31 2009 +0200
     1.3 @@ -188,18 +188,10 @@
     1.4  -----------------+
     1.5  
     1.6  Some people contibuted code that couldn't get merged for various reasons. This
     1.7 -code is available as patches in the contrib/ sub-directory. These patches are
     1.8 -to be applied to the source of crosstool-NG, prior to installing.
     1.9 -
    1.10 -An easy way to use contributed code is to pass the --with-contrib= option to
    1.11 -./configure. The possible values depend upon which contributions are packaged
    1.12 -with your version, but you can get with it with passing one of those two
    1.13 -special values:
    1.14 -  --with-contrib=list
    1.15 -    will list all available contributions
    1.16 -
    1.17 -  --with-contrib=all
    1.18 -    will select all avalaible contributions
    1.19 +code is available as lzma-compressed patches, in the contrib/ sub-directory.
    1.20 +These patches are to be applied to the source of crosstool-NG, prior to
    1.21 +installing, using something like the following:
    1.22 +  lzcat contrib/foobar.patch.lzma |patch -p1
    1.23  
    1.24  There is no guarantee that a particuliar contribution applies to the current
    1.25  version of crosstool-ng, or that it will work at all. Use contributions at