2012-12-26all: unmark experimental version
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 26 Dec 2012 19:54:12 +0100] rev 3149
all: unmark experimental version

It's been a while we've had those versions, time to unmark them being
experimental. It does not mean everything is perfect, but may gather
some more testing on those versions.

Update samples accordingly.

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

2012-12-26libc/eglibc: add latest version
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 26 Dec 2012 12:13:13 +0100] rev 3148
libc/eglibc: add latest version

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

2012-12-26script/addToolsVersion: fix eglibc version separator
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 26 Dec 2012 13:44:43 +0100] rev 3147
script/addToolsVersion: fix eglibc version separator

eglibc uses '_', not '.' to separate major/minor.

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

2012-12-26libc/glibc: add post-2.14 versions
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 26 Dec 2012 11:49:49 +0100] rev 3146
libc/glibc: add post-2.14 versions

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

2012-12-26libc/glibc: both glibc and eglibc have pkgversion and bugurl
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 26 Dec 2012 13:30:51 +0100] rev 3145
libc/glibc: both glibc and eglibc have pkgversion and bugurl

Well, all eglibc version we support do, and latest glibc versions
we support do.

Not all glibc versions do, but older versions simply ignore the
unrecognised ./configure flags.

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

2012-12-26libc/eglibc: remove now superfluous config knobs
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 26 Dec 2012 12:15:10 +0100] rev 3144
libc/eglibc: remove now superfluous config knobs

All eglibc versions we now have support pkgversion and bugurl.

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

2012-12-26libc/glibc: always enable obsolete RPC
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 26 Dec 2012 13:34:55 +0100] rev 3143
libc/glibc: always enable obsolete RPC

Since unrecognised ./configure flags are simply ignored,
we can always pass --enable-obsolete-rpc.

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

2012-12-26all: remove versions marked obsolete
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 26 Dec 2012 11:53:05 +0100] rev 3142
all: remove versions marked obsolete

For major components, keep the latest version of each major releases.

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

2013-01-06scripts/showTuple: fix stdout
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 06 Jan 2013 12:08:33 +0100] rev 3141
scripts/showTuple: fix stdout

Since we've had the debug shell feature, fd #7 is now used to
redirect stderr, while it was previously unused.

Use fd #9 to redirect stdout.

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

2012-12-23arch: re-order the entries in the float choice
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 23 Dec 2012 14:32:20 +0100] rev 3140
arch: re-order the entries in the float choice

Re-order the three entries in the float choice, in a more sensible
order, ie:
- all hard-float options come first, then soft-float
- options that use the FPU are marked so: hard and softfp
- options that do not use the FPU are marked so: software

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