2007-04-10Ignore the 'build' directory at CT_TOP_DIR.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 10 Apr 2007 16:07:30 +0000] rev 30
Ignore the 'build' directory at CT_TOP_DIR.

2007-04-10Update the armeb-unknown-linux-uclibc sample to use linux-2.6.20.6 headers and binutils-2.17.50.0.14.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 10 Apr 2007 16:06:51 +0000] rev 29
Update the armeb-unknown-linux-uclibc sample to use linux-2.6.20.6 headers and binutils-2.17.50.0.14.

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.