aboutsummaryrefslogtreecommitdiff
path: root/config/tools
Commit message (Collapse)AuthorAgeFilesLines
* tools: move sstrip to the binary utilities menuYann E. MORIN"2010-03-171-42/+0
| | | | | | sstrip is now alone in its 'tools' menu, and we will probably never gain any other 'tool'. Besides, sstrip is just strip, but a little bit more agressive, so it deserves going to the 'binary utilities' menu.
* config: hide entries when in backend modeYann E. MORIN"2010-03-051-0/+1
| | | | | | | | | | | This implies hidding entries for: - binutils libraries - dmalloc - duma - native gdb - ltrace - strace - sstrip
* comp-libs: make libelf a companion libraryYann E. MORIN"2010-02-171-35/+0
| | | | | When gcc-4.5 is out, it will require libelf. So better make it a companion library now rather than postponing the ineluctable.
* config: mark now old versions as being OBSOLETEYann E. MORIN"2009-10-282-2/+4
| | | | | These versions are kept for the upcoming release, but they will be removed from the next release if they are not used.
* libelf: add libelf-0.8.12Yann E. MORIN"2009-10-041-0/+5
|
* scripts: add new version at top of choiceYann E. MORIN"2009-09-131-4/+4
| | | | Add new versions at the top of the choice menu, not at the bottom.
* config: re-order menu entries so that latest versions are at the topYann E. MORIN"2009-09-131-5/+5
| | | | | It makes better sense to have latest versions at the top of the choice entries.
* [tools-libelf] Add latest version.Yann E. MORIN"2009-08-021-0/+5
| | | | Add libelf 0.8.11, propagate patchset from 0.8.10.
* Re-order the sstrip config options.Yann E. MORIN"2009-03-081-7/+7
| | | | | /trunk/config/tools/sstrip.in | 14 7 7 0 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
* libelf and ltrace are now no longer EXPERIMENTAL.Yann E. MORIN"2008-10-251-5/+0
| | | | | | | | Remove old versions that never worked. /trunk/config/debug/ltrace.in | 14 4 10 0 ++++---------- /trunk/config/tools/libelf.in | 5 0 5 0 ----- 2 files changed, 4 insertions(+), 15 deletions(-)
* Remove libelf versions that never worked.Yann E. MORIN"2008-10-251-11/+0
| | | | | /trunk/config/tools/libelf.in | 11 0 11 0 ----------- 1 file changed, 11 deletions(-)
* Simplify the Tools and Debug facilities menu entries:Yann E. MORIN"2008-10-102-19/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - each config file no longer have to define their own 'menuconfig foo - if FOO - endif' gym - each build script no longer has to say wether they are enabled - generation of the 'menuconfig' entries for the Tools and Debug facilities now uses the same code Some re-ordering of the code to be consistent with the steps ordering (tools, then debug). /trunk/kconfig/kconfig.mk | 66 43 23 0 +++++++++++++++++++++++------------- /trunk/scripts/build/debug.sh | 14 9 5 0 +++++--- /trunk/scripts/build/tools/000-template.sh | 7 0 7 0 ---- /trunk/scripts/build/tools/100-libelf.sh | 3 0 3 0 -- /trunk/scripts/build/tools/200-sstrip.sh | 2 0 2 0 - /trunk/scripts/build/debug/000-template.sh | 7 0 7 0 ---- /trunk/scripts/build/debug/100-dmalloc.sh | 3 0 3 0 -- /trunk/scripts/build/debug/400-ltrace.sh | 3 0 3 0 -- /trunk/scripts/build/debug/300-gdb.sh | 3 0 3 0 -- /trunk/scripts/build/debug/500-strace.sh | 3 0 3 0 -- /trunk/scripts/build/debug/200-duma.sh | 3 0 3 0 -- /trunk/scripts/build/tools.sh | 14 9 5 0 +++++--- /trunk/scripts/crosstool.sh | 2 1 1 0 /trunk/config/debug/ltrace.in | 14 3 11 0 ++------ /trunk/config/debug/dmalloc.in | 9 1 8 0 +---- /trunk/config/debug/gdb.in | 9 1 8 0 +---- /trunk/config/debug/strace.in | 10 1 9 0 ----- /trunk/config/debug/duma.in | 10 1 9 0 ----- /trunk/config/tools/libelf.in | 12 2 10 0 +------ /trunk/config/tools/sstrip.in | 10 1 9 0 ----- /trunk/config/config.in | 4 2 2 0 +- 21 files changed, 74 insertions(+), 134 deletions(-)
* Remove CT_BROKEN.Yann E. MORIN"2008-10-091-2/+3
| | | | | | | | | | | 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(-)
* 'sstrip' makes no sense on bare-metal, mark it so.Yann E. MORIN"2008-10-091-0/+1
| | | | | /trunk/config/tools/sstrip.in | 1 1 0 0 + 1 file changed, 1 insertion(+)
* Update the sstrip help entries. Courtesy "Joachim Nilsson" ↵Yann E. MORIN"2008-09-251-4/+5
| | | | | | | <joachim.nilsson@vmlinux.org>. /trunk/config/tools/sstrip.in | 9 5 4 0 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
* Add D.U.M.A. 2_5_8 and associated patches.Yann E. MORIN"2007-09-071-0/+5
| | | | | Fix a patch for D.U.M.A 2_5_1. Add libelf 0.8.10, still does not build... :-(
* Do a clean-up pass on the OBSOLETE features (versions):Yann E. MORIN"2007-08-141-43/+1
| | | | | | - remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
* Add ltrace (and libelf) utilities.Yann E. MORIN"2007-07-131-0/+84
| | | | Marked as BROKEN for others to debug that if they need it.
* Add the first tool facility: sstrip.Yann E. MORIN"2007-06-011-0/+46