2010-11-09libc/eglibc: fix downloading 1.9
Bob Dunlop <bob.dunlop@xyzzy.org.uk> [Tue, 09 Nov 2010 10:44:29 +0100] rev 2179
libc/eglibc: fix downloading

Since Subversion 1.6.13 was released, it is no longer possible
to checkout/export to the current working directory using '.'
(eg. "svn co bla://blabla/foo/bar ." no longer extracts the content
of bar into ./ but into ./bar).

Fix this by luring Subversion to extract into "$(pwd)", which has
the advantage of working both with all known versions so far.

At the same time, remove the useless redirection.
(transplanted from 42cc9bd0db7ea6d690efab40742881414f7c1277)

2010-11-09libc/eglibc: fix downloading
Bob Dunlop <bob.dunlop@xyzzy.org.uk> [Tue, 09 Nov 2010 10:44:29 +0100] rev 2178
libc/eglibc: fix downloading

Since Subversion 1.6.13 was released, it is no longer possible
to checkout/export to the current working directory using '.'
(eg. "svn co bla://blabla/foo/bar ." no longer extracts the content
of bar into ./ but into ./bar).

Fix this by luring Subversion to extract into "$(pwd)", which has
the advantage of working both with all known versions so far.

At the same time, remove the useless redirection.

2010-11-031.9: update version to 1.9.0+hg 1.9
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 03 Nov 2010 19:11:25 +0100] rev 2177
1.9: update version to 1.9.0+hg

2010-11-03Tagging release 1.9.0 1.9
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 03 Nov 2010 19:11:24 +0100] rev 2176
Tagging release 1.9.0

2010-11-031.9: create maintenance branch, update version to 1.9.0 1.9 crosstool-ng-1.9.0
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 03 Nov 2010 19:11:24 +0100] rev 2175
1.9: create maintenance branch, update version to 1.9.0

2010-11-031.8: close branch 1.8
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 03 Nov 2010 19:10:23 +0100] rev 2174
1.8: close branch

2010-11-03samples: update all samples to latest config knobs
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 03 Nov 2010 18:30:30 +0100] rev 2173
samples: update all samples to latest config knobs

No new feature, no newer version, only updates so that
samples can be recalled without anything to set.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

2010-11-03testsuite: fix gcc test-suite
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 03 Nov 2010 18:36:51 +0100] rev 2172
testsuite: fix gcc test-suite

DG_TARGET does not exist as a variable, it is expanded only once
at installation time.

Reported-by: Bryan Hundven <bryanhundven@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

2010-11-01scripts: also overide LANG
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 01 Nov 2010 16:59:39 +0100] rev 2171
scripts: also overide LANG

On some systems, we also need to overide LANG as well as LC_ALL.

Reported-by: Geoffrey Lee <geoffl@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

2010-11-01contrib: fix gcc test suite on system without echo -e
Andy Gibbs <andyg1001@hotmail.co.uk> [Mon, 01 Nov 2010 01:12:39 +0100] rev 2170
contrib: fix gcc test suite on system without echo -e

Fix the use of quotes in contrib/gcc-test-suite/Makefile to solve the
problem where board.exp is incorrectly generated on some build systems
where 'echo -e' is not handled correctly.

Signed-off-by: Andy Gibbs <andyg1001@hotmail.co.uk>
[Yann E. MORIN: fix space damage, pretty-up the stuff]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>