2009-02-01Fix removing directories.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 01 Feb 2009 17:04:00 +0000] rev 1185
Fix removing directories.

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

2009-02-01Set proper mode to installed files; fixes running when not using --local.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 01 Feb 2009 16:17:53 +0000] rev 1184
Set proper mode to installed files; fixes running when not using --local.

/trunk/Makefile.in | 8 5 3 0 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

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:49:27 +0000] rev 1183
On 20090131.1659+0100, Vincent Sanders <vince@kyllikki.org> wrote:
[This]patch is a bit more involved. The patch addresses a gcc
regression in the 4.3 series (specifically this patch is against 4.3.2
which does *not* have a lot of other issues which affect kernel building)

GCC bug tracker has this issue as
#38453 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38453
#32044 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32044

comment 65 of #32044 has the fix being applied to gcc trunk as revision #142719

The attached patch is a backport to gcc 4.3.2 which allows this
version to be used to generate correct output for various ARM kernel
build (and indeed is teh correct answer in general).

/trunk/patches/gcc/4.3.2/360-fix-expensive-optimize.patch | 207 207 0 0 +++++++++++++++++++++
1 file changed, 207 insertions(+)

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(-)

2009-01-28Add a missing line continuation '\' in the gcc retrieval function.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 28 Jan 2009 22:36:44 +0000] rev 1172
Add a missing line continuation '\' in the gcc retrieval function.
Spotted by Doug Reiland <dreiland@hotmail.com>.

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

2009-01-27Bump version to 1.3.2+svn. 1.3
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 23:33:26 +0000] rev 1171
Bump version to 1.3.2+svn.

/branches/1.3/.version | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2009-01-27Bump version to 1.3.2. 1.3 crosstool-ng-1.3.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 23:31:00 +0000] rev 1170
Bump version to 1.3.2.

/branches/1.3/.version | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2009-01-27Backport 1315 from .trunk: 1.3
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 23:28:08 +0000] rev 1169
Backport 1315 from .trunk:
- Fix building ltrace on PowerPC

/branches/1.3/scripts/build/debug/400-ltrace.sh | 5 5 0 0 +++++
1 file changed, 5 insertions(+)

2009-01-27Backport 1305 from /trunk: 1.3
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 23:26:01 +0000] rev 1168
Backport 1305 from /trunk:
- Fix a gcc-4.3.2 patch

/branches/1.3/patches/gcc/4.3.2/220-noteGNUstack-01.patch | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2009-01-27Backport #1303 from /trunk: 1.3
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 23:22:47 +0000] rev 1167
Backport #1303 from /trunk:
- Fix initialising the workspace

/branches/1.3/scripts/crosstool.sh | 100 43 57 0 ++++++++++++++++++++++-----------------------------
1 file changed, 43 insertions(+), 57 deletions(-)

2009-01-27Backport #1301 from /trunk, in a different manner due to underlying infrastructure changes: 1.3
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 23:13:24 +0000] rev 1166
Backport #1301 from /trunk, in a different manner due to underlying infrastructure changes:
- the URL to retrieve sstrip (from buldroot) has changed

/branches/1.3/scripts/build/tools/200-sstrip.sh | 6 3 3 0 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

2009-01-27Backport #1288 from /trunk: 1.3
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 22:27:35 +0000] rev 1165
Backport #1288 from /trunk:
- Fix aborting when neither wget nor curl are present

/branches/1.3/scripts/functions | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2009-01-27Backpot @1279 from /trunk: 1.3
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 22:25:38 +0000] rev 1164
Backpot @1279 from /trunk:
- Remove spurious line in gcc script

/branches/1.3/scripts/build/cc/gcc.sh | 1 0 1 0 -
1 file changed, 1 deletion(-)

2009-01-27Backpot #1271 from /trunk: 1.3
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 22:21:44 +0000] rev 1163
Backpot #1271 from /trunk:
- Fix testing the automake version

/branches/1.3/configure | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

2009-01-27Add the latest gcc-4.3.3 with the forward-ported patchset from gcc-4.3.2.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 21:37:03 +0000] rev 1162
Add the latest gcc-4.3.3 with the forward-ported patchset from gcc-4.3.2.

/trunk/patches/gcc/4.3.3/210-noteGNUstack-00.patch | 47 26 21 0 ++++---
/trunk/patches/gcc/4.3.3/270-missing-execinfo_h.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/260-uclibc-conf-noupstream.patch | 13 9 4 0 +-
/trunk/patches/gcc/4.3.3/220-noteGNUstack-01.patch | 97 51 46 0 +++++++-------
/trunk/patches/gcc/4.3.3/240-pr25343.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/100-alpha-mieee-default.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/230-pr34571.patch | 23 8 15 0 +--
/trunk/patches/gcc/4.3.3/350-sh-without-headers.patch | 17 10 7 0 +-
/trunk/patches/gcc/4.3.3/330-unwind-for-uClibc.patch | 19 12 7 0 ++-
/trunk/patches/gcc/4.3.3/190-libstdc++-pic.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/150-sparc64-bsd.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/290-index_macro.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/140-netbsd-symbolic.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/110-trampolinewarn.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/160-flatten-switch-stmt-00.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/280-c99-complex-ugly-hack.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/300-libmudflap-susv3-legacy.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/170-libiberty-pic.patch | 11 8 3 0 +-
/trunk/patches/gcc/4.3.3/250-sh-pr24836.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/120-java-nomulti.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/320-alpha-signal_h.patch | 14 10 4 0 +-
/trunk/patches/gcc/4.3.3/180-superh-default-multilib.patch | 13 9 4 0 +-
/trunk/patches/gcc/4.3.3/340-make-mno-spe-work-as-expected.patch | 41 23 18 0 +++---
/trunk/patches/gcc/4.3.3/200-pr24170.patch | 23 14 9 0 ++-
/trunk/patches/gcc/4.3.3/310-arm-softfloat.patch | 17 11 6 0 +-
/trunk/patches/gcc/4.3.3/130-cross-compile.patch | 23 14 9 0 ++-
/trunk/config/cc/gcc.in | 7 7 0 0 +
27 files changed, 334 insertions(+), 210 deletions(-)

2009-01-27The gcc team seems to no longer make releases available at the ftp.gnu.org site, but only on mirrors. Add such a mirror to the list of retrieval sites.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 21:36:18 +0000] rev 1161
The gcc team seems to no longer make releases available at the ftp.gnu.org site, but only on mirrors. Add such a mirror to the list of retrieval sites.

/trunk/scripts/build/cc/gcc.sh | 1 1 0 0 +
1 file changed, 1 insertion(+)

2009-01-27Add latest Linux kernel versions: 2.6.27.13 and 2.6.28.2.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 21:34:44 +0000] rev 1160
Add latest Linux kernel versions: 2.6.27.13 and 2.6.28.2.

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

2009-01-27Fix white space damage after switching to using paths found by ./configure.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 20:38:48 +0000] rev 1159
Fix white space damage after switching to using paths found by ./configure.

/trunk/samples/samples.mk | 2 1 1 0
/trunk/config/config.mk | 104 52 52 0 ++++++++++++++++++++++++++--------------------------
2 files changed, 53 insertions(+), 53 deletions(-)

2009-01-27Ignore generated file, remove generated file on clean.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 27 Jan 2009 19:53:44 +0000] rev 1158
Ignore generated file, remove generated file on clean.

/trunk/Makefile.in | 2 2 0 0 ++
1 file changed, 2 insertions(+)

2009-01-26Ignore generated paths.mk.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 26 Jan 2009 22:43:29 +0000] rev 1157
Ignore generated paths.mk.

2009-01-26Finally used the discovered paths from ./configure in scripts/crosstool-NG.sh:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 26 Jan 2009 22:43:08 +0000] rev 1156
Finally used the discovered paths from ./configure in scripts/crosstool-NG.sh:
- fix Makefile to really, really not used built-in rules and variables
- have scripts/crosstool-NG.sh generated from scripts/crosstool-NG.sh.in
- create a bin-overide directory ( in ${CT_WORK_DIR}/bin ) that contains shell wrappers to the actual discovered tools

/trunk/scripts/crosstool-NG.sh.in | 27 23 4 0 +++++++++++++++++++++---
/trunk/Makefile.in | 50 48 2 0 +++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 71 insertions(+), 6 deletions(-)