aboutsummaryrefslogtreecommitdiff
path: root/config/debug.in
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of config.genAlexey Neyman2017-04-221-1/+1
| | | | | | | | | Instead, prepare the files as a part of bootstrap and install them. This avoids rebuilding these files in each working directory; they don't change anyway as they are generated from the same installed source. Signed-off-by: Alexey Neyman <stilor@att.net>
* config: fix style issues when source-ing filesYann E. MORIN"2010-03-291-1/+1
| | | | | Always enclose the sourced file between double-quotes (purely for consistency; enclosing or not are both allowed by the kconfig language).
* Missed adding new files because of old svn:ignore property (removed).Yann E. MORIN"2008-10-131-0/+3
| | | | | | /trunk/config/debug.in | 3 3 0 0 +++ /trunk/config/tools.in | 3 3 0 0 +++ 2 files changed, 6 insertions(+)
* Make the debug config menu a generated file.Yann E. MORIN"2007-05-171-7/+0
| | | | | | Add a uClibc-0.9.29 patch directory with one patch (from me!). Update the armeb-unknown-linux-uclibc sample to uClibc-0.9.29. Some eyecandy in the gdb build process.
* Debug facilities:Yann E. MORIN"2007-05-171-0/+7
- add a framework to easily add new ones - add gdb as a first debug facility - add patches for gdb After the kernel checked its installed headers, clean up the mess of .checked.* files. Reorder scripts/crosstool.sh: - dump the configuration early - renice early - get info about build system early, when setting up the environment - when in cross or native, the host tools are those of the build system, and only in this case - elapsed time calculations moved to scripts/functions Remove handling of the color: it's gone once and for all. Update tools/addToolVersion.sh: - handle debug facilities - commonalise some code - remove dead tools (cygwin, tcc) Point to my address for bug reports.