2007-04-10Ah! Recent versions of binutils need some of the build system (read CT_BUILD) tools to be accessible (ar is but an example).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 10 Apr 2007 16:05:59 +0000] rev 28
Ah! Recent versions of binutils need some of the build system (read CT_BUILD) tools to be accessible (ar is but an example).
Fix typo.

2007-04-10Vampirised another piece of patch from buildroot to apply to gcc-4.0.4.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 10 Apr 2007 16:04:56 +0000] rev 27
Vampirised another piece of patch from buildroot to apply to gcc-4.0.4.

2007-04-10Add patches for binutils 2.17.50.0.14.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 10 Apr 2007 16:04:29 +0000] rev 26
Add patches for binutils 2.17.50.0.14.
Vampirised fron buildroot.

2007-04-10While migrating the samples to use ${CT_TOP_DIR}/build as base for the build directories, the Makefile rules stoped working.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 10 Apr 2007 15:49:38 +0000] rev 25
While migrating the samples to use ${CT_TOP_DIR}/build as base for the build directories, the Makefile rules stoped working.
This is because 'all' depends on 'build', which does exist, and make believes there's noting to do.
Work this around by using a rule named '_ct_build' instead of plain 'build'.

2007-04-10Add 2.6.20.5 and 2.6.20.6 linux kernel versions.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 10 Apr 2007 15:04:33 +0000] rev 24
Add 2.6.20.5 and 2.6.20.6 linux kernel versions.

2007-04-10Update config.guess.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 10 Apr 2007 14:55:15 +0000] rev 23
Update config.guess.
Minor comment fix.

2007-03-31Add new kernel versions (2.6.20.{2,3,4}) and binutils versions (2.17.50.0.1{1,2,3,4}).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 31 Mar 2007 19:45:25 +0000] rev 22
Add new kernel versions (2.6.20.{2,3,4}) and binutils versions (2.17.50.0.1{1,2,3,4}).
Fix typo in comment: qbove -> above.

2007-03-21Update armeb-unknown-linux-uclibc sample to disable __cxa_atexit usage.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 21 Mar 2007 21:04:31 +0000] rev 21
Update armeb-unknown-linux-uclibc sample to disable __cxa_atexit usage.

2007-03-21Patch from Enrico WEIGELT <weigelt@metux.de> to disable __cxa_atexit for those C libraries with no support (old uClibc).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 21 Mar 2007 21:03:22 +0000] rev 20
Patch from Enrico WEIGELT <weigelt@metux.de> to disable __cxa_atexit for those C libraries with no support (old uClibc).

2007-03-12Auto-detect Darwin (MacOS-X) and disable libintl for during build for this platform.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 12 Mar 2007 18:59:31 +0000] rev 19
Auto-detect Darwin (MacOS-X) and disable libintl for during build for this platform.
A bit of help tweaking.