# HG changeset patch # User "Yann E. MORIN" # Date 1223579869 0 # Node ID 0b164a321177fbdb052cbefab3c0bdd9a88f42ee # Parent 194c03ec22c34c01601b3e1613bad96a4a6b03f5 Remove CT_BROKEN. Only one component is actually BROKEN (libelf), make it depend on EXPERIMENTAL, but state BROKEN in the prompt. ltrace (which depends on libelf) is now marked as EXPERIMENTAL, with the reference to the BROKEN libelf in the help entry. /trunk/docs/overview.txt | 6 0 6 0 ------ /trunk/config/debug/ltrace.in | 7 4 3 0 ++++--- /trunk/config/global/ct-behave.in | 8 0 8 0 -------- /trunk/config/tools/libelf.in | 5 3 2 0 +++-- 4 files changed, 7 insertions(+), 19 deletions(-) diff -r 194c03ec22c3 -r 0b164a321177 config/debug/ltrace.in --- a/config/debug/ltrace.in Thu Oct 09 19:13:37 2008 +0000 +++ b/config/debug/ltrace.in Thu Oct 09 19:17:49 2008 +0000 @@ -2,14 +2,15 @@ menuconfig LTRACE bool - prompt "ltrace" + prompt "ltrace (EXPERIMENTAL)" default n - depends on BROKEN + depends on EXPERIMENTAL + depends on ! BARE_METAL select LIBELF help ltrace is currently BROKEN! It depends on libelf, and I don't know how to configure/compile that so that ltrace can successfully - use it. I you manage to build ltrace (and libelf!), please be so + use it. If you manage to build ltrace (and libelf!), please be so kind as to tell me! Thank you! if LTRACE diff -r 194c03ec22c3 -r 0b164a321177 config/global/ct-behave.in --- a/config/global/ct-behave.in Thu Oct 09 19:13:37 2008 +0000 +++ b/config/global/ct-behave.in Thu Oct 09 19:17:49 2008 +0000 @@ -27,14 +27,6 @@ - non-existant, in which case you could also try hacking it in and send me the result -config BROKEN - bool - prompt "Try broken stuff" - default n - depends on EXPERIMENTAL - help - Select this if you want to _debug_ broken stuff. - config DEBUG_CT bool prompt "Debug crosstool-NG" diff -r 194c03ec22c3 -r 0b164a321177 config/tools/libelf.in --- a/config/tools/libelf.in Thu Oct 09 19:13:37 2008 +0000 +++ b/config/tools/libelf.in Thu Oct 09 19:17:49 2008 +0000 @@ -2,9 +2,10 @@ menuconfig LIBELF bool - prompt "libelf" + prompt "libelf (BROKEN)" default n - depends on BROKEN + depends on EXPERIMENTAL + depends on ! BARE_METAL help libelf lets you read, modify or create ELF files in an architecture-independent way. diff -r 194c03ec22c3 -r 0b164a321177 docs/overview.txt --- a/docs/overview.txt Thu Oct 09 19:13:37 2008 +0000 +++ b/docs/overview.txt Thu Oct 09 19:17:49 2008 +0000 @@ -272,12 +272,6 @@ feature present only in a recent version, or a new tool, you can find them hidden behind CT_EXPERIMENTAL. -CT_BROKEN: - Show broken versions or tools. Some usefull tools are currently broken: they - won't compile, run, or worse, cause defects when running. But if you are - brave enough, you can try and debug them. They are hidden behind CT_BROKEN, - which itself is hidden behind CT_EXPERIMENTAL. - Re-building an existing toolchain | ----------------------------------+