2008-04-28Build both shared and static versions of binutils' libraries for target.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Apr 2008 09:27:21 +0000] rev 465
Build both shared and static versions of binutils' libraries for target.

/trunk/scripts/build/binutils.sh | 1 1 0 0 +
1 file changed, 1 insertion(+)

2008-04-28Add latest binutils snapshots.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Apr 2008 08:55:33 +0000] rev 464
Add latest binutils snapshots.

/trunk/config/binutils.in | 12 12 0 0 ++++++++++++
1 file changed, 12 insertions(+)

2008-04-28Do not forget binutils' target libraries in the list.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Apr 2008 08:55:00 +0000] rev 463
Do not forget binutils' target libraries in the list.

/trunk/scripts/build/binutils.sh | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

2008-04-28Be alittle less verbose in the core CC pass 1 & 2.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Apr 2008 07:44:22 +0000] rev 462
Be alittle less verbose in the core CC pass 1 & 2.

/trunk/scripts/build/cc_gcc.sh | 5 0 5 0 -----
1 file changed, 5 deletions(-)

2008-04-28Building target libraries before the cross-compiler is available is doomed! Move build binutils' target libraries after final gcc.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Apr 2008 07:38:36 +0000] rev 461
Building target libraries before the cross-compiler is available is doomed! Move build binutils' target libraries after final gcc.
Have a unique list of steps, it's easier to maintain.

/trunk/scripts/build/binutils.sh | 8 5 3 0 +++++---
/trunk/scripts/crosstool.sh | 16 2 14 0 ++--------------
/trunk/steps.mk | 29 16 13 0 ++++++++++++++++-------------
3 files changed, 23 insertions(+), 30 deletions(-)

2008-04-27Eye candy in the binutils config menu.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Apr 2008 16:20:57 +0000] rev 460
Eye candy in the binutils config menu.

/trunk/config/binutils.in | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-04-27Adds contrib patch to support the OpenRISK or1k.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Apr 2008 15:30:39 +0000] rev 459
Adds contrib patch to support the OpenRISK or1k.

/trunk/contrib/openrisc-or32.patch.lzma | 2578 2578 0 0 +++++++++++++++++++++++++++++++++++++++
1 file changed, 2578 insertions(+)

2008-04-27Add building some binutils libraries for the target, as some utilities might need them.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Apr 2008 15:08:15 +0000] rev 458
Add building some binutils libraries for the target, as some utilities might need them.

/trunk/scripts/build/binutils.sh | 32 32 0 0 ++++++++++++++++++++++++++++++++
/trunk/config/binutils.in | 22 22 0 0 ++++++++++++++++++++++
2 files changed, 54 insertions(+)

2008-04-27Offer an option to build a static cross-gdb.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Apr 2008 10:25:02 +0000] rev 457
Offer an option to build a static cross-gdb.

/trunk/scripts/build/debug/gdb.sh | 9 9 0 0 +++++++++
/trunk/config/debug/gdb.in | 9 9 0 0 +++++++++
2 files changed, 18 insertions(+)

2008-04-27Document the contrib/ sub-directory.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Apr 2008 09:57:50 +0000] rev 456
Document the contrib/ sub-directory.
Fixed the documentation for the arch-dpecific 'CT_DoArchValues' function.

/trunk/docs/overview.txt | 20 13 7 0 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)

2008-04-27Add a directory to store contributed stuff.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Apr 2008 09:46:26 +0000] rev 455
Add a directory to store contributed stuff.
It will server to hold unmerged stuff.

2008-04-26Configure tsocks with a simple heuristic.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 26 Apr 2008 21:31:05 +0000] rev 454
Configure tsocks with a simple heuristic.

Consider the proxy has to be in a 'local' network. It means it is directly
reachable by the local machine, even if the local machine has to hop through
one or more gates to reach the proxy (often the case in enterprise networks
where class A 10.0.0.0/8 is in fact sub-divided into smaller networks, each
one of them in a different location, eg. 10.1.0.0/16 in a place, while
10.2.0.0/16 would be on the other side of the world). Not being in the same
subnet does not mean the proxy is not available.

So we will build a mask with at most high bits set, which defines a network
that has both the local machine and the proxy. Because a machine may have
more than one interface, build a mask for each of them, removing 127.0.0.1
which is added automagically by tsocks, and removing duplicate masks.

If all of this does not work, then it means the local machine can NOT in fact
reach the proxy, which in turn means the user mis-configured something (most
probably a typo...).

/trunk/scripts/crosstool.sh | 61 52 9 0 +++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 52 insertions(+), 9 deletions(-)

2008-04-20Tss.... I was bieng real stupid while building up the tsocks.conf file. Implement a much simpler way.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 20 Apr 2008 18:04:20 +0000] rev 453
Tss.... I was bieng real stupid while building up the tsocks.conf file. Implement a much simpler way.

/trunk/scripts/crosstool.sh | 27 5 22 0 +++++----------------------
1 file changed, 5 insertions(+), 22 deletions(-)

2008-04-20Try to make clear that SOCKS proxying is currently BROKEN.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 20 Apr 2008 16:46:17 +0000] rev 452
Try to make clear that SOCKS proxying is currently BROKEN.

/trunk/config/global/download_extract.in | 36 19 17 0 +++++++++++++++++++-----------------
1 file changed, 19 insertions(+), 17 deletions(-)

2008-04-18Using SOCKS 4/5 proxy is no easy task:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 Apr 2008 22:16:28 +0000] rev 451
Using SOCKS 4/5 proxy is no easy task:
- a machine may well be able to reach the proxy, even if it is not on the same sub-net(s) as the machine itself (absolutely legitimate)
- tsocks.conf needs a list of so-called 'local' networks that can be reached without the need for a SOCKS connection
- SOCKS proxies are expected to be in 'local' networks
- there is absolutely NO way to tell what networks are local, besides the sub-net(s) the machine is in

Therefore, appropriate configuration of SOCKS 4/5 configuration is really complex, and attempts to correctly overcome this issue are doomed.

/trunk/scripts/crosstool.sh | 52 46 6 0 ++++++++++++++++++++++++++++++++++----
/trunk/config/global/download_extract.in | 39 31 8 0 +++++++++++++++++++++++------
2 files changed, 77 insertions(+), 14 deletions(-)

2008-04-18Fix using HTTP proxy.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 Apr 2008 08:41:30 +0000] rev 450
Fix using HTTP proxy.

/trunk/scripts/crosstool.sh | 9 5 4 0 +++++----
/trunk/config/global/download_extract.in | 2 1 1 0 +-
2 files changed, 6 insertions(+), 5 deletions(-)

2008-04-17Add latest Linux kernel versions.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 21:07:01 +0000] rev 449
Add latest Linux kernel versions.

/trunk/config/kernel/linux_headers_install.in | 17 17 0 0 +++++++++++++++++
1 file changed, 17 insertions(+)

2008-04-17Moving around the files in config/ broke the tools/addToolVersion.sh script.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 21:04:23 +0000] rev 448
Moving around the files in config/ broke the tools/addToolVersion.sh script.
Fix that.

/trunk/tools/addToolVersion.sh | 26 13 13 0 +++++++++++++-------------
/trunk/config/kernel/linux.in | 6 3 3 0 +++---
/trunk/config/kernel.in | 2 1 1 0 +-
/trunk/config/cc.in | 2 1 1 0 +-
/trunk/config/libc.in | 4 2 2 0 ++--
5 files changed, 20 insertions(+), 20 deletions(-)

2008-04-17Re-order the target sub-menu, so that architectures are alphabetically ordered.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 20:51:26 +0000] rev 447
Re-order the target sub-menu, so that architectures are alphabetically ordered.

${prefix}/config/target.in | 12 6 6 0 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

2008-04-17Move config files around, and clean up the mess in the config/ directory.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 20:26:25 +0000] rev 446
Move config files around, and clean up the mess in the config/ directory.

config/kernel/kernel_linux.in | 12 6 6 0 +-
config/paths.in | 89 0 89 0 ----------------
config/kernel_linux_headers_install.in | 168 0 168 0 ------------------------------
config/kernel.in | 2 1 1 0
config/kernel_linux_headers_copy.in | 42 0 42 0 --------
config/cc.in | 2 1 1 0
config/logging.in | 110 0 110 0 --------------------
config/build-behave.in | 45 0 45 0 --------
config/libc_uClibc.in | 101 0 101 0 ------------------
config/kernel_linux_headers_sanitised.in | 62 0 62 0 -----------
config/ct-behave.in | 82 0 82 0 ---------------
config/kernel_linux.in | 134 0 134 0 ------------------------
config/global.in | 10 5 5 0 +-
config/download_extract.in | 171 0 171 0 -------------------------------
config/cc_gcc.in | 130 0 130 0 ------------------------
config/libc_glibc.in | 124 0 124 0 ----------------------
config/libc.in | 4 2 2 0
17 files changed, 15 insertions(+), 1273 deletions(-)

2008-04-17Break-down config/global.in into smaller, much more maintainable files.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 20:02:07 +0000] rev 445
Break-down config/global.in into smaller, much more maintainable files.

config/paths.in | 419 1 418 0 --------------------------------------------------------
1 file changed, 1 insertion(+), 418 deletions(-)

2008-04-17Cleanup building the snapshot version number.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 19:21:32 +0000] rev 444
Cleanup building the snapshot version number.

configure | 18 10 8 0 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

2008-04-17Commit a long-standing eye-dcandy change in a log, that got lost in a vi crash...
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 19:16:17 +0000] rev 443
Commit a long-standing eye-dcandy change in a log, that got lost in a vi crash...

scripts/build/tools/sstrip.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-04-17Add an option to use a SOCKS 4/5 proxy to connect to the internet.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 17 Apr 2008 18:07:26 +0000] rev 442
Add an option to use a SOCKS 4/5 proxy to connect to the internet.
As for the HTTP proxy, this is completetly untested, as I have no such proxy at home.

scripts/crosstool.sh | 45 31 14 0 +++++++++++++++++--------
config/global.in | 95 81 14 0 +++++++++++++++++++++++++++++++++++++++++++--------
2 files changed, 112 insertions(+), 28 deletions(-)

2008-04-13Allow using an HTTP proxy to tunnel FTP and HTTP requests.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 Apr 2008 22:46:02 +0000] rev 441
Allow using an HTTP proxy to tunnel FTP and HTTP requests.

scripts/crosstool.sh | 14 14 0 0 +++++++++++++
config/global.in | 54 54 0 0 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)

2008-04-13Fix a comment.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 Apr 2008 18:25:30 +0000] rev 440
Fix a comment.

functions | 6 3 3 0 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

2008-04-13Matthias Kaehlcke <matthias@kaehlcke.net> reported hanged downloads on his
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 Apr 2008 18:16:58 +0000] rev 439
Matthias Kaehlcke <matthias@kaehlcke.net> reported hanged downloads on his
network, most probably due to proxies. Have downloaders (wget and curl)
timeout on too slow connections (they don't by default).

scripts/functions | 17 12 5 0 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)

2008-04-13Update patch to gdb. Thanks Khem RAJ <kraj@mvista.com>
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 13 Apr 2008 18:03:28 +0000] rev 438
Update patch to gdb. Thanks Khem RAJ <kraj@mvista.com>

patches/gdb/6.5/500-thread-timeout.patch | 13 6 7 0 ++++++-------
docs/CREDITS | 3 3 0 0 +++
2 files changed, 9 insertions(+), 7 deletions(-)

2008-02-20- Rewrite some parts of history: some sentences could have been considered rude, which was not my intention.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 20 Feb 2008 22:48:35 +0000] rev 437
- Rewrite some parts of history: some sentences could have been considered rude, which was not my intention.
- Fix a few typoes at the same time.

2008-02-20Fix some obvious typoes in docs/overview.txt
"Robert P. J. DAY" <rpjday@crashcourse.ca> [Wed, 20 Feb 2008 08:01:12 +0000] rev 436
Fix some obvious typoes in docs/overview.txt

2008-02-17When installing SVN snapshots, include the branch and revision in the version number.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Feb 2008 22:58:57 +0000] rev 435
When installing SVN snapshots, include the branch and revision in the version number.
In case some random snapshot is installed and used for production, then this
will ease rewinding.

2008-02-17Robert P. J. DAY says:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Feb 2008 22:19:26 +0000] rev 434
Robert P. J. DAY says:

Based on feedback from Mike Frysinger, add the following patchset for
glibc-2.7. Not stress-tested, but at least make it available for
interested testers.

2008-02-17Robert P. J. DAY says:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Feb 2008 22:12:59 +0000] rev 433
Robert P. J. DAY says:

According to Mike Frysinger, this patch was removed from Gentoo in the
2.3.x series and didn't seem to cause any adverse effects. So toss it
from the patch directories for glibc 2.5 and up.

2008-02-17Robert P. J. DAY says:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Feb 2008 22:11:25 +0000] rev 432
Robert P. J. DAY says:

According to Mike Frysinger, this patch hasn't been necessary since
glibc-2.4+, so turf it from glibc patches 2.5 and up. If someone
complains, it can always go back in.

2008-02-17Robert P. J. DAY says:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 17 Feb 2008 22:08:06 +0000] rev 431
Robert P. J. DAY says:

apparently, the patchset for gcc 4.2.1 applies properly to the
source for gcc 4.2.2 and gcc 4.2.3. so, if you want, you can simply
add support for those last two just by augmenting menuconfig and
adding a couple symlinks for those two directories. seems like a
cheap way to add a couple new versions.

2008-02-15Robert P. J. DAY says:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 15 Feb 2008 22:22:31 +0000] rev 430
Robert P. J. DAY says:

Add support for duma-2.5.12.

2008-02-15Robert P. J. DAY says:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 15 Feb 2008 21:33:39 +0000] rev 429
Robert P. J. DAY says:

I have been assured by Mike Frysinger that this patch has been
unnecessary since glibc-2.4.

2008-02-15Robert P. J. DAY says:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 15 Feb 2008 21:18:10 +0000] rev 428
Robert P. J. DAY says:

Add support for the selection of strace-4.5.16, including an updated
set of patches from strace-4.5.15.

2008-02-15Add EXPERIMENTAL binutils 2.18.50.x.y versions.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 15 Feb 2008 21:07:30 +0000] rev 427
Add EXPERIMENTAL binutils 2.18.50.x.y versions.

2008-02-15Update the list of kernel versions.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 15 Feb 2008 21:05:49 +0000] rev 426
Update the list of kernel versions.

2008-02-14Robet P. J. DAY: typoes.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 14 Feb 2008 22:44:34 +0000] rev 425
Robet P. J. DAY: typoes.

2008-02-14Add latest gcc-4.2.3 as EXPERIMENTAL (no build attempted at all).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 14 Feb 2008 22:43:49 +0000] rev 424
Add latest gcc-4.2.3 as EXPERIMENTAL (no build attempted at all).
Thanks Robert P. J. DAY for reminding me to tag old versions as being OBSOLETE! ;-)

2008-02-14Add latest kernel versions (Robert P. J. DAY).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 14 Feb 2008 22:42:37 +0000] rev 423
Add latest kernel versions (Robert P. J. DAY).

2008-02-14Argh! Kill latest (hopefuly) remnants of core/final gcc versions.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 14 Feb 2008 22:34:19 +0000] rev 422
Argh! Kill latest (hopefuly) remnants of core/final gcc versions.

2008-01-28Credit Mark Jonas <toertel@gmail.com> for the initial work on Super-H support.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Jan 2008 18:57:42 +0000] rev 421
Credit Mark Jonas <toertel@gmail.com> for the initial work on Super-H support.
(I forgot to add you to the CREDITS at the time, sorry Mark).

2008-01-28Credit Michael Abbott.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Jan 2008 18:41:24 +0000] rev 420
Credit Michael Abbott.

2008-01-28Patch from Michael Abbott <michael@araneidae.co.uk> to allow build to work with ancient findutils.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Jan 2008 18:40:31 +0000] rev 419
Patch from Michael Abbott <michael@araneidae.co.uk> to allow build to work with ancient findutils.

2008-01-18Add a new patch to uClibc-0.9.29.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 18 Jan 2008 20:04:20 +0000] rev 418
Add a new patch to uClibc-0.9.29.

2008-01-16Bump version to 1.0.0+svn.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 16 Jan 2008 22:27:55 +0000] rev 417
Bump version to 1.0.0+svn.

2008-01-16Bump version to 1.0.0. crosstool-ng-1.0.0
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 16 Jan 2008 22:25:32 +0000] rev 416
Bump version to 1.0.0.

I consider crosstool-NG to be stable enough that a 1.0.0 release is acceptable.
I've been using it daily since a long time without really serious _crosstool-NG_
bug (although there are a few minor ones).

There is still a lot of work, especially with Super-H and IA64 support, which
are both marked EXPERIMENTAL.

Enjoy!

2008-01-16Update the samples to the new set of options (not changing the configuration).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 16 Jan 2008 22:21:55 +0000] rev 415
Update the samples to the new set of options (not changing the configuration).

2008-01-16Move improperly installed gcc libraries to the sysroot.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 16 Jan 2008 22:15:16 +0000] rev 414
Move improperly installed gcc libraries to the sysroot.
Remove a huge comment that itself says it should have been deleted ages ago.

2008-01-16Merge the preliminary Super-H support from /branches/Super-H.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 16 Jan 2008 22:06:15 +0000] rev 413
Merge the preliminary Super-H support from /branches/Super-H.

2008-01-16Fix a long standing bug when setting compiler flags.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 16 Jan 2008 21:51:18 +0000] rev 412
Fix a long standing bug when setting compiler flags.

2008-01-16Bail out if /bin/bash does not exist, or if it is not bash>=3.0.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 16 Jan 2008 21:41:53 +0000] rev 411
Bail out if /bin/bash does not exist, or if it is not bash>=3.0.
Force make to use /bin/bash as shell.

2007-11-02Fix from Marco Fonseca <mfonseca@fortresstech.com> to use the newly-built, bootstrap cross-compiler when installing glibc headers.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 02 Nov 2007 18:55:55 +0000] rev 410
Fix from Marco Fonseca <mfonseca@fortresstech.com> to use the newly-built, bootstrap cross-compiler when installing glibc headers.

2007-10-30Add EXPERIMENTAL glibc-2.7.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 30 Oct 2007 19:18:45 +0000] rev 409
Add EXPERIMENTAL glibc-2.7.

2007-10-30Add EXPERIMENTAL gcc-4.2.2.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 30 Oct 2007 19:18:11 +0000] rev 408
Add EXPERIMENTAL gcc-4.2.2.

2007-10-30Add linux 2.6.22.10, 2.6.23 and 2.6.23.1.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 30 Oct 2007 19:17:06 +0000] rev 407
Add linux 2.6.22.10, 2.6.23 and 2.6.23.1.

2007-10-30New patch to binutils 2.18, from "Matvejchikov Ilya" <matvejchikov@gmail.com> (coming from buildroot).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 30 Oct 2007 19:15:45 +0000] rev 406
New patch to binutils 2.18, from "Matvejchikov Ilya" <matvejchikov@gmail.com> (coming from buildroot).
Fixes building with /old/ version of texinfo. Thanks!

2007-10-30Fix by "Arvid Brodin" <Arvid.Brodin@enea.com> to CFLAGS coming from CT_ARCH_TUNE.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 30 Oct 2007 19:13:51 +0000] rev 405
Fix by "Arvid Brodin" <Arvid.Brodin@enea.com> to CFLAGS coming from CT_ARCH_TUNE.
Thanks for spotting this one! ;-)

2007-09-29Add linux-2.6.22.{8,9}.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 29 Sep 2007 16:43:13 +0000] rev 404
Add linux-2.6.22.{8,9}.

2007-09-23Do not try to save new;y downloaded tarballs to local storage if the directory does not exist.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 23 Sep 2007 17:18:18 +0000] rev 403
Do not try to save new;y downloaded tarballs to local storage if the directory does not exist.

2007-09-23Renamed all patches file names so that locales are now irrelevant to sort the files.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 23 Sep 2007 17:08:09 +0000] rev 402
Renamed all patches file names so that locales are now irrelevant to sort the files.
Removed the locale check as it is now irrelevant.
Removed the experimental binutils 2.17.50.0.xx: 2.18 is here now.

2007-09-22Add linux-2.6.22.7 for kernel headers.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 22 Sep 2007 17:25:42 +0000] rev 401
Add linux-2.6.22.7 for kernel headers.

2007-09-17Bump version to 0.3.2+svn.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 17 Sep 2007 21:52:37 +0000] rev 400
Bump version to 0.3.2+svn.

2007-09-17Bump version to 0.3.2 crosstool-ng-0.3.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 17 Sep 2007 21:51:24 +0000] rev 399
Bump version to 0.3.2

2007-09-17Mark ARM EABI as being EXPERIMENTAL.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 17 Sep 2007 21:47:52 +0000] rev 398
Mark ARM EABI as being EXPERIMENTAL.

2007-09-16ARM EABI is now working for little endian ARM targets.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 16 Sep 2007 17:59:18 +0000] rev 397
ARM EABI is now working for little endian ARM targets.
Big endian is still missing, though...

2007-09-16Fix using --local.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 16 Sep 2007 17:57:21 +0000] rev 396
Fix using --local.

2007-09-16Simplify a bit more bash detection.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 16 Sep 2007 17:50:27 +0000] rev 395
Simplify a bit more bash detection.

2007-09-16Call architecture-specific functions from all scripts needing them.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 16 Sep 2007 08:52:26 +0000] rev 394
Call architecture-specific functions from all scripts needing them.

2007-09-16When sstrip is already downloaded, link instead of copying (as for all other
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 16 Sep 2007 08:27:37 +0000] rev 393
When sstrip is already downloaded, link instead of copying (as for all other
components).
A little eye-candy fix.

2007-09-16Revert multilib handling. Even if we don't do multilib, we need to at least
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 16 Sep 2007 08:24:55 +0000] rev 392
Revert multilib handling. Even if we don't do multilib, we need to at least
say we don't, and not let gcc choose on its own (which it does wrong).

2007-09-15Further improve the architecture-specific framework.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 15 Sep 2007 21:44:18 +0000] rev 391
Further improve the architecture-specific framework.
Apply this framework into building of glibc and gcc.

(Whoo! 500th commit! Yeah!)

2007-09-15We don't support Cygwin yet, no point in having quirks in.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 15 Sep 2007 08:40:07 +0000] rev 390
We don't support Cygwin yet, no point in having quirks in.

2007-09-14Another little fix in the documentation.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 21:58:55 +0000] rev 389
Another little fix in the documentation.

2007-09-14A little fix in the documentation.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 21:57:17 +0000] rev 388
A little fix in the documentation.

2007-09-14Further expand the architecture-specific function: add CT_KERNEL_ARCH building.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 21:50:30 +0000] rev 387
Further expand the architecture-specific function: add CT_KERNEL_ARCH building.

2007-09-14Update docs/CREDITS: ARM EABI support.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 14 Sep 2007 21:41:00 +0000] rev 386
Update docs/CREDITS: ARM EABI support.
Update README: point at docs/CREDITS.

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.

2007-09-02Bah, a really small cosmetic fix...
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 02 Sep 2007 16:01:30 +0000] rev 355
Bah, a really small cosmetic fix...

2007-09-02Print a log message when entering/leaving the two core compiler passes.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 02 Sep 2007 09:26:57 +0000] rev 354
Print a log message when entering/leaving the two core compiler passes.

2007-09-02Add linux-2.6.22.6 for the kernel headers.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 02 Sep 2007 09:24:15 +0000] rev 353
Add linux-2.6.22.6 for the kernel headers.

2007-09-02Unmark glibc-2.6{,.1} as being EXPERIMENTAL: they are no longer considered as such.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 02 Sep 2007 09:23:55 +0000] rev 352
Unmark glibc-2.6{,.1} as being EXPERIMENTAL: they are no longer considered as such.

2007-09-01Bump version to .svn.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 01 Sep 2007 16:41:07 +0000] rev 351
Bump version to .svn.

2007-09-01Bump version to 0.3.1. crosstool-ng-0.3.1
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 01 Sep 2007 16:40:29 +0000] rev 350
Bump version to 0.3.1.

2007-09-01Update CREDITS.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 01 Sep 2007 16:40:11 +0000] rev 349
Update CREDITS.

2007-08-31Trying to guess how we were called does not work. Don't try to be smart, and take the full path, even if we are in PATH.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 31 Aug 2007 16:20:03 +0000] rev 348
Trying to guess how we were called does not work. Don't try to be smart, and take the full path, even if we are in PATH.

2007-08-30For those architectures that support both endianness, some default to big endian, others default to little endian.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 30 Aug 2007 19:49:21 +0000] rev 347
For those architectures that support both endianness, some default to big endian, others default to little endian.
Make this possible in the target selection menu.

2007-08-30Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 30 Aug 2007 19:22:15 +0000] rev 346
Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.