diff -r 9383bf4a2e2e -r d5a7240240c5 config/global.in --- a/config/global.in Mon Jul 02 19:40:54 2007 +0000 +++ b/config/global.in Fri Jul 13 12:15:53 2007 +0000 @@ -3,6 +3,10 @@ # Ah, this option is here to break the dependency tracking, and allow # dependent option to line-up with the options they depend on ,rather # than being indented +# Use it to intersperse two config options depending one on the other, +# but don't want the second to be indented (for example because you have +# a comment between the two to separate them). See DOWNLOAD and EXTRACT +# options to see how it is used. config FOOBAR bool default n @@ -11,6 +15,16 @@ comment "crosstool-NG behavior" +config OBSOLETE + bool + prompt "Use obsolete features" + 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... + config EXPERIMENTAL bool prompt "Try features marked as EXPERIMENTAL" @@ -25,15 +39,13 @@ - unfinished, in which case you could try hacking it and send me the result - non-existant, in which case you could also try hacking it in and send the result -config OBSOLETE +config BROKEN bool - prompt "Use obsolete features" + prompt "Try broken stuff" default n + depends on EXPERIMENTAL 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... + Select this if you want to _debug_ broken stuff. config DEBUG_CT bool @@ -226,13 +238,13 @@ config FOOBAR +if ! ONLY_DOWNLOAD + comment "Extracting" - depends on ! ONLY_DOWNLOAD config FORCE_EXTRACT bool prompt "Force extractions" - depends on ! ONLY_DOWNLOAD default n help Force extraction of already exctracted tarballs. @@ -243,13 +255,14 @@ config ONLY_EXTRACT bool prompt "Stop after extracting tarballs" - depends on ! ONLY_DOWNLOAD default n help Exit after unpacking and patching tarballs. Usefull to look at the code before doing the build itself. +endif # ! ONLY_DOWNLOAD + comment "Logging" choice