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.