diff -r 492d939dbb19 -r 5e5d1e6f55d3 config/global/ct-behave.in --- a/config/global/ct-behave.in Thu Nov 20 17:48:10 2008 +0000 +++ b/config/global/ct-behave.in Sun May 03 09:50:16 2009 +0000 @@ -8,9 +8,13 @@ default n help If you set this to Y, you will be able to select obsolete features. - - Such obsolete features are the use of old kernel headers, old - gcc versions, etc... + + Such obsolete features are the use of old kernel headers, old gcc + versions, etc... for which maintaining support in crosstool-NG + would be very costly. + + It does not however mean that the specific feature or version has been + marked obsolete by the upstream team. config EXPERIMENTAL bool @@ -19,7 +23,7 @@ help If you set this to Y, then you will be able to try very experimental features. - + Experimental features can be one of: - working, in which case you should tell me it is! - buggy, in which case you could try patching and send me the result @@ -32,7 +36,7 @@ prompt "Debug crosstool-NG" default n help - Say 'y' here to get some debugging options + Say 'y' here to get some options regarding debugging crosstool-NG. if DEBUG_CT @@ -51,10 +55,10 @@ help If you say 'y' here, then you will be able to restart crosstool-NG at any step. - - It is not currently possible to restart at any of the debug facility. + + It is not currently possible to restart at any of the debug facilities. They are treated as a whole. - + See docs/overview.txt for the list of steps. config DEBUG_CT_SAVE_STEPS_GZIP @@ -65,7 +69,7 @@ help If you are tight on space, then you can ask to gzip the saved states tarballs. On the other hand, this takes some longer time... - + To lose as less time as possible, the gzip process is done with a low compression ratio (-3), which gives roughly 70% gain in size. Going further doesn't gain much, and takes far more time (believe me, I've