2007-05-19Fix adding versions for the core C compiler.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 19 May 2007 22:54:20 +0000] rev 109
Fix adding versions for the core C compiler.

2007-05-19Add uClibc-0.9.29:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 19 May 2007 22:52:47 +0000] rev 108
Add uClibc-0.9.29:
- associated patch set
- update the munging function to accomodate the new config variables
libfloat version was missing from the previous commit... :-(
Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory.

2007-05-19Correctly handle the libfloat case: download, extract and patch sub-actions.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 19 May 2007 13:10:11 +0000] rev 107
Correctly handle the libfloat case: download, extract and patch sub-actions.
Small improvement in messages in scipts/functions when retrieving a file.

2007-05-19Remove an incorrect path from uClibc-0.9.29: we _do_ need a xgcc to buld this header!
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 19 May 2007 11:01:47 +0000] rev 106
Remove an incorrect path from uClibc-0.9.29: we _do_ need a xgcc to buld this header!

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.

2007-05-14Move the whole threading ;odel choice out of glibc and into the generic C library options: even uClibc may have NPTL at one point in the (hopefully near) future.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 14 May 2007 19:59:41 +0000] rev 95
Move the whole threading ;odel choice out of glibc and into the generic C library options: even uClibc may have NPTL at one point in the (hopefully near) future.
Mark the progress bar as being CPU-intensive.
Little style fix to the core C compiler build step.

2007-05-14Quiet some messages from the configurators. We don't need them.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 14 May 2007 19:28:14 +0000] rev 94
Quiet some messages from the configurators. We don't need them.

2007-05-13Oupsss... Didn't save scripts/crosstool.sh prior to comiting. :-(
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 May 2007 21:12:56 +0000] rev 93
Oupsss... Didn't save scripts/crosstool.sh prior to comiting. :-(

2007-05-13update the documentation somewhat. Still not complete, though... :-(
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 May 2007 21:11:54 +0000] rev 92
update the documentation somewhat. Still not complete, though... :-(

2007-05-13Remove dead entries for components not yet integrated: cygwin kernel, tcc...
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 May 2007 21:11:27 +0000] rev 91
Remove dead entries for components not yet integrated: cygwin kernel, tcc...
Some fixups in config entries, to avoid warnings when parsed by the kconfig parser.

2007-05-13Update version to -svn.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 May 2007 19:09:55 +0000] rev 90
Update version to -svn.

2007-05-13Mark version 0.0.2. crosstool-ng-0.0.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 May 2007 19:08:46 +0000] rev 89
Mark version 0.0.2.

2007-05-13Correctly handle the version string, defined in a single place now.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 May 2007 19:03:49 +0000] rev 88
Correctly handle the version string, defined in a single place now.
Fix and update README.

2007-05-12New make target to save the configured nad built!) toolchain.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 12 May 2007 09:54:29 +0000] rev 87
New make target to save the configured nad built!) toolchain.

2007-05-11Like tweak to the armeb-xscale-linux-uclibc sample to not renice the build.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 11 May 2007 19:08:32 +0000] rev 86
Like tweak to the armeb-xscale-linux-uclibc sample to not renice the build.

2007-05-10Update the way we handle directories supplied by the user:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 10 May 2007 21:33:35 +0000] rev 85
Update the way we handle directories supplied by the user:
- the tarball directory is considered as a local copy, and tarballs are copied to a working area,
- the sources and build directories (CT_SRC_DIR and CT_BUILD_DIR) are now computed, and no longer an option,
- the build dir has been renamed from 'build' to 'targets'.
That should ease preparing a tarball of the resulting target.

2007-05-10Clean the sample saving script.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 10 May 2007 16:22:44 +0000] rev 84
Clean the sample saving script.

2007-05-09libfloat is a component by itself, not a sup-part of the C library.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 09 May 2007 18:55:35 +0000] rev 83
libfloat is a component by itself, not a sup-part of the C library.

2007-05-09Again, some progress bar optimisation.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 09 May 2007 13:11:04 +0000] rev 82
Again, some progress bar optimisation.

2007-05-08Hop, a somewhat more efficient progress bar, less CPU consuming, if that was a problem :-)
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 08 May 2007 20:41:08 +0000] rev 81
Hop, a somewhat more efficient progress bar, less CPU consuming, if that was a problem :-)
(a litlle recreation while toochains are building...)

2007-05-08Beautify the progress bar.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 08 May 2007 20:24:26 +0000] rev 80
Beautify the progress bar.