docs/overview.txt
branchgcc-4.4
changeset 1374 f7f01af63a02
parent 1291 740eaf575523
child 1304 94d732462aee
child 1405 8b86a6f004ae
     1.1 --- a/docs/overview.txt	Fri Apr 17 20:45:47 2009 +0000
     1.2 +++ b/docs/overview.txt	Sun May 24 21:44:21 2009 +0000
     1.3 @@ -277,13 +277,17 @@
     1.4    Show obsolete versions or tools. Most of the time, you don't want to base
     1.5    your toolchain on too old a version (of gcc, for example). But at times, it
     1.6    can come handy to use such an old version for regression tests. Those old
     1.7 -  versions are hidden behind CT_OBSOLETE.
     1.8 +  versions are hidden behind CT_OBSOLETE. Those versions (or features) are so
     1.9 +  marked because maintaining support for those in crosstool-NG would be too
    1.10 +  costly, time-wise, and time is dear.
    1.11  
    1.12  CT_EXPERIMENTAL:
    1.13    Show experimental versions or tools. Again, you might not want to base your
    1.14    toolchain on too recent tools (eg. gcc) for production. But if you need a
    1.15    feature present only in a recent version, or a new tool, you can find them
    1.16 -  hidden behind CT_EXPERIMENTAL.
    1.17 +  hidden behind CT_EXPERIMENTAL. Those versions (or features) did not (yet)
    1.18 +  receive thorough testing in crosstool-NG, and/or are not mature enough to
    1.19 +  be blindly trusted.
    1.20  
    1.21  Re-building an existing toolchain |
    1.22  ----------------------------------+