2007-08-07Fix the Makefile.in to correctly remove generated documentation.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 07 Aug 2007 17:07:39 +0000] rev 315
Fix the Makefile.in to correctly remove generated documentation.

2007-08-06Add patches for binutils-2.17.50.0.17 (vampirised from buildroot).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 06 Aug 2007 19:52:44 +0000] rev 314
Add patches for binutils-2.17.50.0.17 (vampirised from buildroot).

2007-08-04Add patches for gcc-4.2.1.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 04 Aug 2007 14:18:42 +0000] rev 313
Add patches for gcc-4.2.1.

2007-08-03A little cleanup in the glibc's pthread headers install.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 03 Aug 2007 20:27:15 +0000] rev 312
A little cleanup in the glibc's pthread headers install.

2007-07-30Remove the correct file when cleaning.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 30 Jul 2007 21:27:10 +0000] rev 311
Remove the correct file when cleaning.

2007-07-30Change svn:ignore to reflect the new generated file.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 30 Jul 2007 21:24:52 +0000] rev 310
Change svn:ignore to reflect the new generated file.

2007-07-30Change the way the compressed man page is built/installed.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 30 Jul 2007 21:23:53 +0000] rev 309
Change the way the compressed man page is built/installed.

2007-07-30Overwrite pre-existing compressed man page.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 30 Jul 2007 21:13:23 +0000] rev 308
Overwrite pre-existing compressed man page.

2007-07-30Install a compressed man page (as per Debian's policy).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 30 Jul 2007 21:10:22 +0000] rev 307
Install a compressed man page (as per Debian's policy).

(Yes, you guessed: I'll try to have crosstool-NG packaged in Debian)

2007-07-30Small typo fix.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 30 Jul 2007 21:09:12 +0000] rev 306
Small typo fix.

2007-07-30Remove any reference to libfloat. That has gone once and for all.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 30 Jul 2007 20:02:13 +0000] rev 305
Remove any reference to libfloat. That has gone once and for all.

Rationale:
Most of the time, soft-float problems are caused by this sucker of gcc:
it has support for soft float for all of the targets I've tried so far,
but does not activate this code until you dwelve into half a dozen of
files to make it accept to build and link the support code...

So, yes: gcc has soft-float support. And again, yes: gcc is a sucker.

2007-07-30Fix the step shortcuts (using a dash would confuse make).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 30 Jul 2007 19:35:39 +0000] rev 304
Fix the step shortcuts (using a dash would confuse make).

2007-07-29Add gcc-4.2.1.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 29 Jul 2007 19:15:27 +0000] rev 303
Add gcc-4.2.1.

2007-07-28Bump version to +svn.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 28 Jul 2007 21:35:46 +0000] rev 302
Bump version to +svn.

2007-07-28Bump version to 0.2.2. crosstool-ng-0.2.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 28 Jul 2007 21:34:41 +0000] rev 301
Bump version to 0.2.2.

2007-07-28Remove TODO, I can seem to update it and follow what's there... :-(
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 28 Jul 2007 21:15:11 +0000] rev 300
Remove TODO, I can seem to update it and follow what's there... :-(

2007-07-28Add a new sample for LE ARM.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 28 Jul 2007 21:14:21 +0000] rev 299
Add a new sample for LE ARM.

2007-07-28Fix uninstalling man.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 28 Jul 2007 20:45:24 +0000] rev 298
Fix uninstalling man.

2007-07-28Tidy up a bit the uClibc config munging.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 28 Jul 2007 11:59:37 +0000] rev 297
Tidy up a bit the uClibc config munging.

2007-07-28Fix install: man page was not being installed.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 28 Jul 2007 11:57:42 +0000] rev 296
Fix install: man page was not being installed.
Fix uninstall: dont't uninstall if using local copy, don't try to remove non-existant files.

2007-07-27Update tools/config.guess.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 27 Jul 2007 11:45:13 +0000] rev 295
Update tools/config.guess.

2007-07-24In overview.txt, document the two ways of using crosstool-NG: install and --local.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 24 Jul 2007 21:51:24 +0000] rev 294
In overview.txt, document the two ways of using crosstool-NG: install and --local.
Fix some typos in overview.txt.
Document populate's options, still in overview.txt.
Credit the buildroot people for the patches I vampirise from time to time.

2007-07-24Mark D.U.M.A 2_5_2 and 2_5_3 as being broken: they don't even build on any of my sample toolchain... :-(
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 24 Jul 2007 21:45:46 +0000] rev 293
Mark D.U.M.A 2_5_2 and 2_5_3 as being broken: they don't even build on any of my sample toolchain... :-(

2007-07-24Update the samples to the latest option set.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 24 Jul 2007 20:41:08 +0000] rev 292
Update the samples to the latest option set.

2007-07-23The latest uClibc-0.9.29 patch grabbed from buildroot is buggy wrt a type (__ulong_t does not exist, while __u_long does). Fix that.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 23 Jul 2007 20:56:29 +0000] rev 291
The latest uClibc-0.9.29 patch grabbed from buildroot is buggy wrt a type (__ulong_t does not exist, while __u_long does). Fix that.

2007-07-23MAKEFLAGS was leaking into some components build system (dmalloc, for example). This fixes it.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 23 Jul 2007 19:49:35 +0000] rev 290
MAKEFLAGS was leaking into some components build system (dmalloc, for example). This fixes it.

2007-07-23Try again to fix the --local behavior.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 23 Jul 2007 09:46:05 +0000] rev 289
Try again to fix the --local behavior.

2007-07-23Seems like the --no-builtin-rules and -r options to make are not the same...
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 23 Jul 2007 09:21:52 +0000] rev 288
Seems like the --no-builtin-rules and -r options to make are not the same...

2007-07-22Fix a typo in CREDITS.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 22 Jul 2007 21:31:04 +0000] rev 287
Fix a typo in CREDITS.

2007-07-22Move CREDITS to docs/
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 22 Jul 2007 21:29:42 +0000] rev 286
Move CREDITS to docs/
Be a bit verbose when restoring a sample.

2007-07-22Re-instate the --local configure switch to not install and use the local crosstool-NG copy.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 22 Jul 2007 17:44:27 +0000] rev 285
Re-instate the --local configure switch to not install and use the local crosstool-NG copy.

2007-07-22No need to expand the host cc every time.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 22 Jul 2007 16:36:20 +0000] rev 284
No need to expand the host cc every time.

2007-07-22Clean the help entry for CT_ARCH_CPU.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 22 Jul 2007 16:32:24 +0000] rev 283
Clean the help entry for CT_ARCH_CPU.

2007-07-22Fix installing a glibc header for those archs that are in ports.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 22 Jul 2007 13:27:04 +0000] rev 282
Fix installing a glibc header for those archs that are in ports.

2007-07-21Vampirise two more patches against uClibc-0.9.29 from buildroot.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 21 Jul 2007 20:31:26 +0000] rev 281
Vampirise two more patches against uClibc-0.9.29 from buildroot.

2007-07-21Remove unused patch to uClibc-0.9.29.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 21 Jul 2007 17:22:24 +0000] rev 280
Remove unused patch to uClibc-0.9.29.

2007-07-21Add D.U.M.A. 2.5.2 and 2.5.3.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 21 Jul 2007 10:15:13 +0000] rev 279
Add D.U.M.A. 2.5.2 and 2.5.3.

2007-07-17Update the download messages for sstrip.c to the same mesages used in scripts/functions.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 17 Jul 2007 21:55:15 +0000] rev 278
Update the download messages for sstrip.c to the same mesages used in scripts/functions.

2007-07-17Re-order and rework a bit docs/overview.txt. Plus a typo fix.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 17 Jul 2007 21:49:43 +0000] rev 277
Re-order and rework a bit docs/overview.txt. Plus a typo fix.

2007-07-17Revisit the extract-config way of working: ct-ng is the sole entry point to crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 17 Jul 2007 21:44:33 +0000] rev 276
Revisit the extract-config way of working: ct-ng is the sole entry point to crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.

2007-07-17When isntalling aliases, send symlinks creation to CT_DEBUG log level.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 17 Jul 2007 21:41:39 +0000] rev 275
When isntalling aliases, send symlinks creation to CT_DEBUG log level.

2007-07-17Remove the symlinks to the build/host tools earlier.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 17 Jul 2007 21:38:35 +0000] rev 274
Remove the symlinks to the build/host tools earlier.

2007-07-17Fix typo in version action.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 17 Jul 2007 07:18:04 +0000] rev 273
Fix typo in version action.

2007-07-16Update the mips-unknown-linux-uclibc sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 16 Jul 2007 20:41:19 +0000] rev 272
Update the mips-unknown-linux-uclibc sample.

2007-07-16Update the x86_64-unknown-linux-uclibc sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 16 Jul 2007 18:59:48 +0000] rev 271
Update the x86_64-unknown-linux-uclibc sample.

2007-07-16Update and fix a patch to strace.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 16 Jul 2007 18:58:40 +0000] rev 270
Update and fix a patch to strace.

2007-07-16Update TODO.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 16 Jul 2007 16:35:15 +0000] rev 269
Update TODO.

2007-07-16Add an action to print the version.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 16 Jul 2007 16:34:36 +0000] rev 268
Add an action to print the version.

2007-07-15Bump version to +svn.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jul 2007 17:01:40 +0000] rev 267
Bump version to +svn.

2007-07-15Bump version to 0.2.1. crosstool-ng-0.2.1
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jul 2007 17:00:57 +0000] rev 266
Bump version to 0.2.1.

2007-07-15Add an option to save downloaded tarballs to local tarballs directory.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jul 2007 17:00:30 +0000] rev 265
Add an option to save downloaded tarballs to local tarballs directory.
Sanitise CT_GetFile.
Change some messages (Copying -> Retrieving).

2007-07-15Really unmark gcc-4.2.0 as being EXPERIMENTAL.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jul 2007 16:32:14 +0000] rev 264
Really unmark gcc-4.2.0 as being EXPERIMENTAL.

2007-07-15Unmark gcc-4.2.0 as being EXPERIMENTAL.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jul 2007 09:43:36 +0000] rev 263
Unmark gcc-4.2.0 as being EXPERIMENTAL.

2007-07-15Copy softfloat fix patch from gcc-4.1.2 to gcc-4.2.0.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jul 2007 09:42:43 +0000] rev 262
Copy softfloat fix patch from gcc-4.1.2 to gcc-4.2.0.

2007-07-15Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jul 2007 09:09:04 +0000] rev 261
Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.

2007-07-15Fix distclean.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 15 Jul 2007 08:37:22 +0000] rev 260
Fix distclean.

2007-07-14Sanitise populate a little bit.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 21:21:55 +0000] rev 259
Sanitise populate a little bit.

2007-07-14Re-order help entries in populate.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 20:43:51 +0000] rev 258
Re-order help entries in populate.

2007-07-14Re-diff strace patches against current version.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 17:34:54 +0000] rev 257
Re-diff strace patches against current version.

2007-07-14Add patches for strace 4.5.15.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 17:02:05 +0000] rev 256
Add patches for strace 4.5.15.