2007-05-18Un-mark gdb and dmalloc being EXPERIMENTAL.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 May 2007 19:55:49 +0000] rev 105
Un-mark gdb and dmalloc being EXPERIMENTAL.
Mark native gdb as being EXPERIMENTAL (it depends on termcap, which we don't have yet).

2007-05-18Little fix up in a message during the dmalloc build.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 May 2007 15:59:22 +0000] rev 104
Little fix up in a message during the dmalloc build.

2007-05-18Add dmalloc debug library facility.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 May 2007 15:57:16 +0000] rev 103
Add dmalloc debug library facility.
Add patches for dmalloc.
Ignore the generated config/debug.in

2007-05-18Really use local copy first in case it does not have the same extension as the downloadable tarball.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 May 2007 15:54:42 +0000] rev 102
Really use local copy first in case it does not have the same extension as the downloadable tarball.

2007-05-18Remove even more documentation.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 May 2007 15:48:11 +0000] rev 101
Remove even more documentation.

2007-05-18Reverting to uClibc-0.9.28.3, as 0.9.29 spawns incorrect bits/sysnum.h (needs a xgcc first!).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 May 2007 08:41:44 +0000] rev 100
Reverting to uClibc-0.9.28.3, as 0.9.29 spawns incorrect bits/sysnum.h (needs a xgcc first!).

2007-05-18Bah, forgot to ci CREDITS...
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 May 2007 08:28:36 +0000] rev 99
Bah, forgot to ci CREDITS...

2007-05-18Patches for glibc-2.5, courtesy of "Robert P. J. Day" <rpjday@mindspring.com>
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 May 2007 08:27:50 +0000] rev 98
Patches for glibc-2.5, courtesy of "Robert P. J. Day" <rpjday@mindspring.com>

2007-05-17Make the debug config menu a generated file.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 May 2007 22:10:48 +0000] rev 97
Make the debug config menu a generated file.
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.

2007-05-17Debug facilities:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 May 2007 16:22:51 +0000] rev 96
Debug facilities:
- 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.