2009-01-31On 20090131.1659+0100, Vincent Sanders <vince@kyllikki.org> wrote:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 31 Jan 2009 17:47:10 +0000] rev 1182
On 20090131.1659+0100, Vincent Sanders <vince@kyllikki.org> wrote:
[This] patch is a simple one for strace 4.5.17 .They altered the
exported kernel headers post 2.6.26 and removed a header. This patch
is a backport from the strace revision system. This allows strace to
be built with 2.6.27 and later kernel versions

/trunk/patches/strace/4.5.17/190-dirent-include.patch | 33 33 0 0 +++++++++++++++++++++++++
1 file changed, 33 insertions(+)

2009-01-31Add support for powerpc64, along with an EXPERIMENTAL sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 31 Jan 2009 17:39:35 +0000] rev 1181
Add support for powerpc64, along with an EXPERIMENTAL sample.

/trunk/scripts/build/arch/powerpc64.sh | 21 1 20 0 -
/trunk/scripts/build/arch/powerpc.sh | 21 1 20 0 -
/trunk/samples/powerpc64-unknown-linux-gnu/crosstool.config | 388 388 0 0 +++++++++++++++++++
/trunk/samples/powerpc64-unknown-linux-gnu/reported.by | 3 3 0 0 +
/trunk/config/arch/powerpc-powerpc64.in-common | 12 4 8 0 -
/trunk/config/arch/powerpc.in | 15 0 15 0 -
/trunk/config/arch/powerpc64.in | 19 3 16 0 -
7 files changed, 400 insertions(+), 79 deletions(-)

2009-01-31Further handle the lib64 -> lib symlinks.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 31 Jan 2009 17:38:26 +0000] rev 1180
Further handle the lib64 -> lib symlinks.
It at least helps powerpc64 to build, and should innocuous to other archs.

/trunk/scripts/crosstool-NG.sh.in | 8 6 2 0 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

2009-01-31Fix downloading with CT_GetFile when no mirror is set.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 31 Jan 2009 13:15:18 +0000] rev 1179
Fix downloading with CT_GetFile when no mirror is set.

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

2009-01-31Add infrastructure to use common config files for generated config files.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 31 Jan 2009 11:29:50 +0000] rev 1178
Add infrastructure to use common config files for generated config files.

/trunk/config/libc/glibc-eglibc.in-common | 4 4 0 0 ++++
/trunk/config/config.mk | 4 4 0 0 ++++
/trunk/config/libc.in | 7 0 7 0 -------
3 files changed, 8 insertions(+), 7 deletions(-)

2009-01-29Update populate:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 29 Jan 2009 22:35:26 +0000] rev 1177
Update populate:
- use tools found by ./configure
- some POSIX and eye-candy cleanups

/trunk/scripts/functions | 7 4 3 0 +++--
/trunk/scripts/populate.in | 70 46 24 0 ++++++++++++++++++++++++++++++++++------------------
2 files changed, 50 insertions(+), 27 deletions(-)

2009-01-29If compiling the Java frontend, we'll require a native gcj, but only in this case.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 29 Jan 2009 22:09:55 +0000] rev 1176
If compiling the Java frontend, we'll require a native gcj, but only in this case.

/trunk/scripts/crosstool-NG.sh.in | 8 7 1 0 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

2009-01-29Use the path discovered by ./configure in scripts/patch-renumber.sh
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 29 Jan 2009 19:00:08 +0000] rev 1175
Use the path discovered by ./configure in scripts/patch-renumber.sh
It now requires that "./configure && make" be run beforehand.

/trunk/scripts/patch-renumber.sh | 6 5 1 0 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

2009-01-29Use the path discovered by ./configure in scripts/addToolVersion.sh
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 29 Jan 2009 18:53:32 +0000] rev 1174
Use the path discovered by ./configure in scripts/addToolVersion.sh
It now requires that "./configure && make" be run beforehand.

/trunk/scripts/addToolVersion.sh | 10 7 3 0 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

2009-01-29Fix scripts/addToolVersion.sh:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 29 Jan 2009 18:48:05 +0000] rev 1173
Fix scripts/addToolVersion.sh:
- make it a PSOX shell script (hopefully)
- enhance the command line parsing

/trunk/scripts/addToolVersion.sh | 161 102 59 0 +++++++++++++++++++++++++++++-----------------
1 file changed, 102 insertions(+), 59 deletions(-)