2008-08-04All ARM sample now build with gcc-4.3.1! :-)
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 04 Aug 2008 17:45:27 +0000] rev 759
All ARM sample now build with gcc-4.3.1! :-)
Unfortunately (fortunately?), this implies using a uClibc snapshot.

/trunk/samples/armeb-unknown-linux-uclibc/uClibc-20080801.config | 243 243 0 0 ++++++++++
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 29 17 12 0 +
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 13 8 5 0 +
/trunk/samples/arm-unknown-linux-uclibcgnueabi/uClibc-20080801.config | 243 243 0 0 ++++++++++
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 29 17 12 0 +
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 13 8 5 0 +
/trunk/samples/arm-unknown-linux-uclibc/uClibc-20080801.config | 243 243 0 0 ++++++++++
/trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 29 17 12 0 +
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/uClibc-20080801.config | 243 243 0 0 ++++++++++
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 29 17 12 0 +
10 files changed, 1056 insertions(+), 58 deletions(-)

2008-08-04Add latest Linux kernel headers.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 04 Aug 2008 13:18:36 +0000] rev 758
Add latest Linux kernel headers.

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

2008-08-04Make gcc-4.3.x able to compile uClibc (snapshot only).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 04 Aug 2008 12:38:06 +0000] rev 757
Make gcc-4.3.x able to compile uClibc (snapshot only).
Update the gcc patchset accordingly.

/trunk/scripts/build/cc_gcc.sh | 55 53 2 0 ++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 53 insertions(+), 2 deletions(-)

2008-08-04Add a new tool to renumber a patch directory.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 04 Aug 2008 12:09:54 +0000] rev 756
Add a new tool to renumber a patch directory.
Eases maintenance when old patches are removed, or new patches added.

/trunk/tools/patch-renumber.sh | 32 32 0 0 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)

2008-08-04Michael ABBOTT reported that populate is not relocatable.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 04 Aug 2008 08:44:54 +0000] rev 755
Michael ABBOTT reported that populate is not relocatable.
Fix this by determining both the cross-readelf and the sys-root at runtime, not at build time.

/trunk/configure | 1 1 0 0 +
/trunk/scripts/crosstool.sh | 14 6 8 0 ++++++--------
/trunk/tools/populate.in | 6 4 2 0 ++++--
3 files changed, 11 insertions(+), 10 deletions(-)

2008-08-01Rework a little bit of the LAN mirror and proxy settings.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 01 Aug 2008 09:23:58 +0000] rev 754
Rework a little bit of the LAN mirror and proxy settings.

/trunk/scripts/crosstool.sh | 105 4 101 0 +------------------------
/trunk/scripts/functions | 151 129 22 0 +++++++++++++++++++++++++++++++-----
/trunk/config/global/download.in | 193 99 94 0 ++++++++++++++++++++++++----------------------
3 files changed, 232 insertions(+), 217 deletions(-)

2008-08-01Change some config items' default values.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 01 Aug 2008 08:23:29 +0000] rev 753
Change some config items' default values.

/trunk/config/global/paths.in | 4 2 2 0 ++--
/trunk/config/global/logging.in | 2 1 1 0 +-
2 files changed, 3 insertions(+), 3 deletions(-)

2008-07-31Have the glibc build use the cross-objdump, rather than the host one.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 31 Jul 2008 09:08:33 +0000] rev 752
Have the glibc build use the cross-objdump, rather than the host one.
On some distros (eg. Fedora), the native objdump can not interpret objects not for the native system, and thus fail.
This commit adds a new patch against glibc-2.7 that introduces OBJDUMP_FOR_HOST, wich, if set, overides the detected objdump.

Note: bizarely enough, glibc already has code to detect the cross-objdump, but that does not work for an unknown reason... :-(

/trunk/patches/glibc/2.7/220-objdump_for_host.patch | 13 13 0 0 +++++++++
/trunk/scripts/build/libc_glibc.sh | 37 21 16 0 +++++++++++++++------------
2 files changed, 34 insertions(+), 16 deletions(-)

2008-07-29Update a new sample to use gcc-4.3.1.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 29 Jul 2008 17:34:45 +0000] rev 751
Update a new sample to use gcc-4.3.1.

/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 18 12 6 0 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)

2008-07-29Pretyy-up the WiKi table with the date of last update for each sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 29 Jul 2008 16:48:20 +0000] rev 750
Pretyy-up the WiKi table with the date of last update for each sample.

/trunk/scripts/showSamples.sh | 15 12 3 0 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

2008-07-29Update the Alpha sample to use up-to-date components.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 29 Jul 2008 08:51:15 +0000] rev 749
Update the Alpha sample to use up-to-date components.

/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 30 18 12 0 +++++++++++--------
1 file changed, 18 insertions(+), 12 deletions(-)

2008-07-28New patches to make glibc 2.6 and 2.6.1 build for Alpha.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Jul 2008 21:59:40 +0000] rev 748
New patches to make glibc 2.6 and 2.6.1 build for Alpha.
Forwarded by Ioannis E. VENETIS.

/trunk/patches/glibc/2.6.1/200-alpha-ptr_mangle.patch | 103 103 0 0 ++++++++
/trunk/patches/glibc/2.6.1/190-alpha-atfcts.patch | 11 11 0 0 +
/trunk/patches/glibc/2.6.1/180-gcc-4.3-sysinclude-path.patch | 50 50 0 0 ++++
/trunk/patches/glibc/2.6.1/210-lll_lock_t.patch | 237 237 0 0 ++++++++++++++++++
/trunk/patches/glibc/2.6/200-alpha-ptr_mangle.patch | 103 103 0 0 ++++++++
/trunk/patches/glibc/2.6/190-alpha-atfcts.patch | 11 11 0 0 +
/trunk/patches/glibc/2.6/180-gcc-4.3-sysinclude-path.patch | 50 50 0 0 ++++
/trunk/patches/glibc/2.6/210-lll_lock_t.patch | 237 237 0 0 ++++++++++++++++++
/trunk/patches/glibc/ports-2.6.1/120-lll_lock_t.patch | 156 156 0 0 ++++++++++++
9 files changed, 958 insertions(+)

2008-07-28Fourth step at renaming patches: renumber all patches with a 10-step.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Jul 2008 21:32:33 +0000] rev 747
Fourth step at renaming patches: renumber all patches with a 10-step.

2008-07-28Third go at renaming patches to contain neither the package name nor the package version.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Jul 2008 21:08:01 +0000] rev 746
Third go at renaming patches to contain neither the package name nor the package version.

2008-07-28REname binutils patches to not include 'binutils' nor the version in the patch names.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Jul 2008 20:17:48 +0000] rev 745
REname binutils patches to not include 'binutils' nor the version in the patch names.

2008-07-28Rename patches for glibc: include neither 'glibc' not he version in patch names, it's a duplicate of info already available from the directories they are in.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Jul 2008 20:10:34 +0000] rev 744
Rename patches for glibc: include neither 'glibc' not he version in patch names, it's a duplicate of info already available from the directories they are in.

2008-07-28Add latest headers from Linux kernel 2.6.25.1{1,2}.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 28 Jul 2008 11:43:29 +0000] rev 743
Add latest headers from Linux kernel 2.6.25.1{1,2}.

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

2008-07-27Backport #878 from trunk: 1.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Jul 2008 16:54:28 +0000] rev 742
Backport #878 from trunk:
Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same *64).

/branches/1.2/scripts/build/cc_gcc.sh | 26 0 26 0 --------------------------
/branches/1.2/scripts/crosstool.sh | 14 14 0 0 ++++++++++++++
2 files changed, 14 insertions(+), 26 deletions(-)

2008-07-27Update CREDITS.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Jul 2008 16:52:53 +0000] rev 741
Update CREDITS.

/trunk/docs/CREDITS | 4 4 0 0 ++++
1 file changed, 4 insertions(+)

2008-07-27Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same *64):
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Jul 2008 16:35:37 +0000] rev 740
Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same *64):
- symlink all lib64/ dirs to the corresponding lib/ dir
Also, prevent gcc from installing some of its target libs outside of the sys-root, in the first place.
Thanks to Laurent DUFRECHOU for reporting the bug and testing the fix.

/trunk/scripts/build/cc_gcc.sh | 26 0 26 0 --------------------------
/trunk/scripts/crosstool.sh | 14 14 0 0 ++++++++++++++
2 files changed, 14 insertions(+), 26 deletions(-)

2008-07-27Backport #876 from trunk: 1.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Jul 2008 14:28:36 +0000] rev 739
Backport #876 from trunk:
Re-enable the restart functionality by removing some variables from the saved environment.

/branches/1.2/scripts/functions | 16 10 6 0 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

2008-07-27Re-enable the restart functionality by removing some variables from the saved environment.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Jul 2008 14:25:19 +0000] rev 738
Re-enable the restart functionality by removing some variables from the saved environment.

/trunk/scripts/functions | 16 10 6 0 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

2008-07-27"Reported by" is now "First reported by".
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Jul 2008 12:03:34 +0000] rev 737
"Reported by" is now "First reported by".

/trunk/scripts/showSamples.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-07-27Update this sample to compress the log file.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Jul 2008 10:54:54 +0000] rev 736
Update this sample to compress the log file.

/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-07-27When saving a sample, overide log file config:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 27 Jul 2008 10:54:14 +0000] rev 735
When saving a sample, overide log file config:
- do log to a file
- do compress the log file

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

2008-07-26Add two new patches to glibc-2.7 to make it build for Alpha.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 26 Jul 2008 15:29:51 +0000] rev 734
Add two new patches to glibc-2.7 to make it build for Alpha.
Patches propagated to me from the net by Ioannis E. VENETIS.

/trunk/patches/glibc/2.7/230-glibc-2.7-alpha-atfcts.patch | 12 12 0 0 ++
/trunk/patches/glibc/2.7/240-glibc-2.7-alpha-ptr_mangle.patch | 94 94 0 0 +++++++++++++++++
2 files changed, 106 insertions(+)

2008-07-26Backport #864 from trunk: 1.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 26 Jul 2008 15:16:40 +0000] rev 733
Backport #864 from trunk:
Limit printing the error message only in the top-level shell.

/branches/1.2/scripts/functions | 2 2 0 0 ++
1 file changed, 2 insertions(+)

2008-07-26Backport #863 from trunk: 1.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 26 Jul 2008 15:15:48 +0000] rev 732
Backport #863 from trunk:
Hmmm. The debug pause at each step never ever worked... Sigh...

/branches/1.2/scripts/crosstool.sh | 2 1 1 0 +-
/branches/1.2/config/global/ct-behave.in | 2 1 1 0 +-
2 files changed, 2 insertions(+), 2 deletions(-)

2008-07-26Backport #857 from trunk: 1.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 26 Jul 2008 15:14:48 +0000] rev 731
Backport #857 from trunk:
While retrieving files, propagate the preferred extension down to sub-functions.

/branches/1.2/scripts/functions | 8 5 3 0 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

2008-07-26Backport #849 from trunk: 1.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 26 Jul 2008 15:12:33 +0000] rev 730
Backport #849 from trunk:
Remove garbage files left behind by downloads from sourceforge.net.

/branches/1.2/scripts/build/debug/500-strace.sh | 4 4 0 0 ++++
/branches/1.2/scripts/build/debug/200-duma.sh | 5 4 1 0 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)