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.

2007-07-14Redirect the strace build messages to the logger!
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 16:41:03 +0000] rev 255
Redirect the strace build messages to the logger!

2007-07-14Print a message when installing populate.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 13:09:51 +0000] rev 254
Print a message when installing populate.

2007-07-14Upgrade populate.in:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 13:09:17 +0000] rev 253
Upgrade populate.in:
- systematically make paths absolute,
- somewhat beautify the help ;essage,
- explain why ../ is to be seatrched for.

2007-07-14DEfault log level to CT_LOG_DEBUG if CT_DEBUG_CT is set, and to CT_LOG_INFO if not.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 13:06:56 +0000] rev 252
DEfault log level to CT_LOG_DEBUG if CT_DEBUG_CT is set, and to CT_LOG_INFO if not.

2007-07-14Add a patch to gcc to expand switch-case to an if-else sequence (from buildroot).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 13:04:51 +0000] rev 251
Add a patch to gcc to expand switch-case to an if-else sequence (from buildroot).

2007-07-14Update config.sub.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 10:25:16 +0000] rev 250
Update config.sub.

2007-07-14Echo what's going on when make-ing and installing crosstool-NG. Use kernel-like simplified messages.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 14 Jul 2007 10:19:01 +0000] rev 249
Echo what's going on when make-ing and installing crosstool-NG. Use kernel-like simplified messages.

2007-07-13Mark some linux versions as obsolete.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 13 Jul 2007 14:45:48 +0000] rev 248
Mark some linux versions as obsolete.
Add missing dot relewases.

2007-07-13Mark binutils-2.6.17.* as being EXPERIMENTAL versions.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 13 Jul 2007 14:26:45 +0000] rev 247
Mark binutils-2.6.17.* as being EXPERIMENTAL versions.

2007-07-13Document CT_OBSOLETE, CT_EXPERIMENTAL and CT_BROKEN.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 13 Jul 2007 14:25:06 +0000] rev 246
Document CT_OBSOLETE, CT_EXPERIMENTAL and CT_BROKEN.

2007-07-13Add ltrace (and libelf) utilities.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 13 Jul 2007 12:22:34 +0000] rev 245
Add ltrace (and libelf) utilities.
Marked as BROKEN for others to debug that if they need it.

2007-07-13Introduce a BROKEN option (depends on EXPERIMENTAL) to hide/see broken stuff for debugging sessions!
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 13 Jul 2007 12:15:53 +0000] rev 244
Introduce a BROKEN option (depends on EXPERIMENTAL) to hide/see broken stuff for debugging sessions!
Re-order: OBSOLETE goes before EXPERIMENTAL.

2007-07-13Add a test for lynx (needed to download sstrip.c from buildroot).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 13 Jul 2007 10:26:30 +0000] rev 243
Add a test for lynx (needed to download sstrip.c from buildroot).

2007-07-12Get rid of the legacy local variable got_it.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 12 Jul 2007 19:52:09 +0000] rev 242
Get rid of the legacy local variable got_it.
Allow to download files without extension.
Allow to specify a preffered extension when downloading a file.

2007-07-12Test for curl or wget only once, not at each download.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 12 Jul 2007 19:20:36 +0000] rev 241
Test for curl or wget only once, not at each download.

2007-07-12Add the TODO file.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 12 Jul 2007 15:40:50 +0000] rev 240
Add the TODO file.

2007-07-12Add strace debugging aid.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 12 Jul 2007 13:34:56 +0000] rev 239
Add strace debugging aid.

2007-07-12Unmark D.U.M.A. as being EXPERIMENTAL.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 12 Jul 2007 13:23:21 +0000] rev 238
Unmark D.U.M.A. as being EXPERIMENTAL.

2007-07-12Use "$CT_CC}" instead of "gcc" when calling target compilers.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 12 Jul 2007 13:22:26 +0000] rev 237
Use "$CT_CC}" instead of "gcc" when calling target compilers.

2007-07-12Add D.U.M.A., the Electric Fence successor.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 12 Jul 2007 08:47:15 +0000] rev 236
Add D.U.M.A., the Electric Fence successor.