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>.

2007-08-29Add linux-2.6.22.{4,5}
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 29 Aug 2007 16:46:23 +0000] rev 345
Add linux-2.6.22.{4,5}

2007-08-29Add binutils-2.18.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 29 Aug 2007 16:44:40 +0000] rev 344
Add binutils-2.18.

2007-08-16Fix restoring the environment.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 16 Aug 2007 12:13:45 +0000] rev 343
Fix restoring the environment.

2007-08-15Bump version to +svn.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 21:25:49 +0000] rev 342
Bump version to +svn.

2007-08-15Bump version to 0.3.0. crosstool-ng-0.3.0
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 21:24:43 +0000] rev 341
Bump version to 0.3.0.

2007-08-15Update all samples to the latest set of options (because so much as changed since we dropped the core C compiler and many obsolete versions).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 21:24:02 +0000] rev 340
Update all samples to the latest set of options (because so much as changed since we dropped the core C compiler and many obsolete versions).

2007-08-15Add patches against gcc-3.4.6. Untested.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 21:23:08 +0000] rev 339
Add patches against gcc-3.4.6. Untested.

2007-08-15Clarify licensing issues.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 21:22:28 +0000] rev 338
Clarify licensing issues.

2007-08-15Add linux-2.6.22.3 for kernel headers isntall.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 20:57:19 +0000] rev 337
Add linux-2.6.22.3 for kernel headers isntall.

2007-08-15Remove dead linuxthreads patches.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 20:43:50 +0000] rev 336
Remove dead linuxthreads patches.

2007-08-15Change "triplet" (target triplet) to "tuple". That sounds better!
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 16:18:35 +0000] rev 335
Change "triplet" (target triplet) to "tuple". That sounds better!
Document overriding the number of // jobs.
Some small documentation fixes.

2007-08-15Fix printing the version string when configured with --local.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 15:39:44 +0000] rev 334
Fix printing the version string when configured with --local.

2007-08-15Add the possibility to force the number of // jobs without reconfiguring.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 14:59:37 +0000] rev 333
Add the possibility to force the number of // jobs without reconfiguring.

2007-08-15Warn when using -pipe with glibc>=2.6.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 14:35:11 +0000] rev 332
Warn when using -pipe with glibc>=2.6.

2007-08-15Get rid of the core cc selection. It is now the same as the final compiler.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 15 Aug 2007 10:14:43 +0000] rev 331
Get rid of the core cc selection. It is now the same as the final compiler.

2007-08-14Do a clean-up pass on the OBSOLETE features (versions):
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 14 Aug 2007 20:11:44 +0000] rev 330
Do a clean-up pass on the OBSOLETE features (versions):
- remove legions of those,
- remove associated patches no longer needed,
- mark then as (OBSOLETE) in the prompt;

2007-08-14Totally comment-out the multilib option: it's not implemented, and not really implementable with the current crosstool-NG scheme.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 14 Aug 2007 19:32:22 +0000] rev 329
Totally comment-out the multilib option: it's not implemented, and not really implementable with the current crosstool-NG scheme.

2007-08-12Don't use -pipe when building glibc>=2.6: ./configure chokes on it.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 12 Aug 2007 15:19:45 +0000] rev 328
Don't use -pipe when building glibc>=2.6: ./configure chokes on it.
(This is because "gcc -pipe --help" doesn't print what it should print).

2007-08-12Fix a small typo when extracting non-compressed steps.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 12 Aug 2007 15:18:09 +0000] rev 327
Fix a small typo when extracting non-compressed steps.
Have a go for a sane handlign of tar options and extensions.

2007-08-12Fix saving the environment. Thanks to Mark Vels <Mark.Vels@fundem.net> for pointed it out!
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 12 Aug 2007 08:43:56 +0000] rev 326
Fix saving the environment. Thanks to Mark Vels <Mark.Vels@fundem.net> for pointed it out!

2007-08-12Add experimental binutils-2.17.50.0.18, along with patches from previous snapshot.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 12 Aug 2007 08:05:57 +0000] rev 325
Add experimental binutils-2.17.50.0.18, along with patches from previous snapshot.

2007-08-11Add linux-2.6.22.2 for headers.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 11 Aug 2007 14:59:36 +0000] rev 324
Add linux-2.6.22.2 for headers.

2007-08-11Add glibc: 2.5.1 - 2.6 - 2.6.1.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 11 Aug 2007 10:57:18 +0000] rev 323
Add glibc: 2.5.1 - 2.6 - 2.6.1.
Apply the same patches as glibc 2.5: they apply without any problem (except for ridiculously small offsets).

2007-08-11When adding a new experimental/obsolete version, mark it as so in the prompt.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 11 Aug 2007 10:55:38 +0000] rev 322
When adding a new experimental/obsolete version, mark it as so in the prompt.

2007-08-07Introduce new config option: CT_TARGET_ALIAS_SED_EXPR
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 07 Aug 2007 19:40:38 +0000] rev 321
Introduce new config option: CT_TARGET_ALIAS_SED_EXPR
This option is used as a sed expression to pass onto CT_TARGET to create an alias.