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.

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.

2007-03-11Allan Clark <allanc@chickenandporn.com> provided a way to build on host lacking a proper libintl (such as MacOS-X).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 11 Mar 2007 16:14:06 +0000] rev 18
Allan Clark <allanc@chickenandporn.com> provided a way to build on host lacking a proper libintl (such as MacOS-X).
Thank you Allan!

2007-03-11Rename directory "licenses" to "licenses.d" for those filesystems unable to handle lower/upper case.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 11 Mar 2007 09:46:22 +0000] rev 17
Rename directory "licenses" to "licenses.d" for those filesystems unable to handle lower/upper case.
Update COPYING accordingly.

2007-03-10Fix C library addons/locales downloading.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 10 Mar 2007 14:46:35 +0000] rev 16
Fix C library addons/locales downloading.
Prepare for using the ports addon easily.

2007-03-07Update the armeb-unknown-linux-uclibc sample to using the linux-2.6.20.1 kernel headers.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 07 Mar 2007 19:02:17 +0000] rev 15
Update the armeb-unknown-linux-uclibc sample to using the linux-2.6.20.1 kernel headers.

2007-03-07Add an option to remove the generated documentation.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 07 Mar 2007 19:00:10 +0000] rev 14
Add an option to remove the generated documentation.
(After an idea from Enrico Weigelt <weigelt@metux.de>).

2007-03-04Add gcc-4.1.2 and update associated patches.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 22:56:04 +0000] rev 13
Add gcc-4.1.2 and update associated patches.

2007-03-04Left-over dating from the conversion from .crosstool.config to plain .config.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 22:55:14 +0000] rev 12
Left-over dating from the conversion from .crosstool.config to plain .config.

2007-03-04utilising -> using
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 22:37:11 +0000] rev 11
utilising -> using

2007-03-04Add sanity checks.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 20:12:18 +0000] rev 10
Add sanity checks.

2007-03-04Update i586-geode-linux-uclibc sample:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 20:09:22 +0000] rev 9
Update i586-geode-linux-uclibc sample:
- use uClibc-0.9.28.3
- use linux-2.6.20 for kernel headers

2007-03-04Add linux-2.6.20.1. as a choice for linux kernel headers.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 19:07:46 +0000] rev 8
Add linux-2.6.20.1. as a choice for linux kernel headers.

2007-03-04Argh! again. I also forgot to commit the config file enabling uClibc-0.9.28.3... :-(
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 12:35:04 +0000] rev 7
Argh! again. I also forgot to commit the config file enabling uClibc-0.9.28.3... :-(

2007-03-04Argh! I forgot to commit the uClibc-0.9.28.3 patches...
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 12:33:12 +0000] rev 6
Argh! I forgot to commit the uClibc-0.9.28.3 patches...

2007-03-04Update armeb-unknown-linux-uclibc to use uClibc-0.9.28.3.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 12:31:49 +0000] rev 5
Update armeb-unknown-linux-uclibc to use uClibc-0.9.28.3.

2007-03-04Update armeb-unknown-linux-uClibc sample:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 12:05:19 +0000] rev 4
Update armeb-unknown-linux-uClibc sample:
- use uClibc-0.9.28.2 with locales,
- use libfloat.

2007-03-04Update the armeb-unknow-linux-gnu sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 04 Mar 2007 11:26:46 +0000] rev 3
Update the armeb-unknow-linux-gnu sample.

2007-02-24Remove useless config targets.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 24 Feb 2007 19:17:40 +0000] rev 2
Remove useless config targets.

2007-02-24Add the full crosstool-NG sources to the new repository of its own.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 24 Feb 2007 11:00:05 +0000] rev 1
Add the full crosstool-NG sources to the new repository of its own.
You might just say: 'Yeah! crosstool-NG's got its own repo!".
Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup.
That means I'm putting backups in place in the afternoon.
That also means we've lost history... :-(

2007-02-24Repository initialisation.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 24 Feb 2007 10:43:43 +0000] rev 0
Repository initialisation.