2007-09-14Initial support for ARM EABI (courtesy Szilveszter Ordog <ordog@mail.thot-soft.com>).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 21:31:00 +0000] rev 385
Initial support for ARM EABI (courtesy Szilveszter Ordog <ordog@mail.thot-soft.com>).

2007-09-14Small eye-candy fix.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 21:30:22 +0000] rev 384
Small eye-candy fix.

2007-09-14Migrate all supported architectures to use the architecture-specific framework.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 21:17:59 +0000] rev 383
Migrate all supported architectures to use the architecture-specific framework.

2007-09-14Stop build if Makefile.in was changed.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 21:13:04 +0000] rev 382
Stop build if Makefile.in was changed.

2007-09-14Improve (POSIX-wise) determination of bashh version.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 19:30:56 +0000] rev 381
Improve (POSIX-wise) determination of bashh version.

2007-09-14Add the framework to have architecture-specific configuration and functions.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 17:43:16 +0000] rev 380
Add the framework to have architecture-specific configuration and functions.
API is not yet defined.

2007-09-14Small eye candy fix.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 17:29:39 +0000] rev 379
Small eye candy fix.

2007-09-14Fix setting floating point in uClibc (thanks to Szilveszter Ordog <ordog@mail.thot-soft.com>)
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 16:02:45 +0000] rev 378
Fix setting floating point in uClibc (thanks to Szilveszter Ordog <ordog@mail.thot-soft.com>)

2007-09-14Kill off bashisms in ./configure (thanks to Enrico Weigelt <weigelt@metux.de>).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 15:57:48 +0000] rev 377
Kill off bashisms in ./configure (thanks to Enrico Weigelt <weigelt@metux.de>).

2007-09-12Sanitise ./configure a little bit.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 12 Sep 2007 20:44:15 +0000] rev 376
Sanitise ./configure a little bit.
Add a check for bash 3.0 or above.

2007-09-12Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash!
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 12 Sep 2007 17:35:07 +0000] rev 375
Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash!
Don't hardcode ncurses include and link flags.

2007-09-11Update credits to give adequate credit to Al Stone.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 11 Sep 2007 17:50:18 +0000] rev 374
Update credits to give adequate credit to Al Stone.

2007-09-11Merge from branches/ia64@476 : add ia64 preliminary support.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 11 Sep 2007 17:24:09 +0000] rev 373
Merge from branches/ia64@476 : add ia64 preliminary support.

2007-09-11make-3.80 does not have $(lastword ...). Fix this when ct-ng calls itself: don't try to be smart, we just _know_ where ct-ng is at configure time!
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 11 Sep 2007 17:14:28 +0000] rev 372
make-3.80 does not have $(lastword ...). Fix this when ct-ng calls itself: don't try to be smart, we just _know_ where ct-ng is at configure time!
Fis a latent bug in handling the number parallel jobs.

2007-09-08Use symlinks to the localy stored tarballs rather than copying them.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 08 Sep 2007 19:00:45 +0000] rev 371
Use symlinks to the localy stored tarballs rather than copying them.
If saving tarballs to local storage is selected, move newly downloaded tarballs there and symlink.

2007-09-08In a directory previously used as CT_TOP_DIR, when using a new version, ct-ng will fail to create the symlink to the new config files.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 08 Sep 2007 10:32:53 +0000] rev 370
In a directory previously used as CT_TOP_DIR, when using a new version, ct-ng will fail to create the symlink to the new config files.
Fix that by forcing creation of the symlink, even if it already exists and points to a previous location.

2007-09-07Add D.U.M.A. 2_5_8 and associated patches.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 07 Sep 2007 21:31:01 +0000] rev 369
Add D.U.M.A. 2_5_8 and associated patches.
Fix a patch for D.U.M.A 2_5_1.
Add libelf 0.8.10, still does not build... :-(

2007-09-06ARM defaults to LE, MIPS to BE. Reflect this in the target configuration options.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 14:00:28 +0000] rev 368
ARM defaults to LE, MIPS to BE. Reflect this in the target configuration options.

2007-09-06Fix the glibc-2.6.1 ARM NPTL patch.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 13:02:16 +0000] rev 367
Fix the glibc-2.6.1 ARM NPTL patch.

2007-09-06Updated the armeb-unknown-linux-gnu sample to use the ;ost recent glibc with NPTL.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 12:43:30 +0000] rev 366
Updated the armeb-unknown-linux-gnu sample to use the ;ost recent glibc with NPTL.

2007-09-06Add a patch to enqable NPTL build on ARM OABI with glibc-2.6.1.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 12:38:52 +0000] rev 365
Add a patch to enqable NPTL build on ARM OABI with glibc-2.6.1.
Fix a comment.

2007-09-06Updated the armeb-unknown-linux-gnu sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 10:49:05 +0000] rev 364
Updated the armeb-unknown-linux-gnu sample.

2007-09-06Updated the arm-unknown-linux-uclibc sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 10:21:36 +0000] rev 363
Updated the arm-unknown-linux-uclibc sample.

2007-09-06Updated the x86_64-unknown-linux-uclibc sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 09:46:01 +0000] rev 362
Updated the x86_64-unknown-linux-uclibc sample.

2007-09-06Update the i586-geode-linux-uclibc sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 09:22:52 +0000] rev 361
Update the i586-geode-linux-uclibc sample.

2007-09-06Update the mips-unknown-linux-uclibc sample (gcc -> 4.2.1).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 09:00:39 +0000] rev 360
Update the mips-unknown-linux-uclibc sample (gcc -> 4.2.1).

2007-09-06In some cases, dmalloc fails to build when building in parallel. Do not use -j# for dmalloc.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 08:57:45 +0000] rev 359
In some cases, dmalloc fails to build when building in parallel. Do not use -j# for dmalloc.

2007-09-06Update the mips-unknown-linux-uclibc sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 06 Sep 2007 08:56:04 +0000] rev 358
Update the mips-unknown-linux-uclibc sample.

2007-09-05Update the armeb-unknown-linux-uclibc sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 05 Sep 2007 22:01:31 +0000] rev 357
Update the armeb-unknown-linux-uclibc sample.

2007-09-05Update the i686-nptl-linux-gnu sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 05 Sep 2007 21:59:51 +0000] rev 356
Update the i686-nptl-linux-gnu sample.