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>

2012-12-17debug/gdb: update Linaro GDB revisions to 2012.12-1
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Mon, 17 Dec 2012 17:17:23 +0100] rev 3139
debug/gdb: update Linaro GDB revisions to 2012.12-1

Update Linaro GDB with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <b6c4a82286f9a3de3948.1355761104@advdt005-ubuntu>
Patchwork-Id: 206907

2012-12-17cc/gcc: update Linaro GCC revisions to 2012.12
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Mon, 17 Dec 2012 17:13:27 +0100] rev 3138
cc/gcc: update Linaro GCC revisions to 2012.12

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <acf52a6302c475ff850e.1355760853@advdt005-ubuntu>
Patchwork-Id: 206905

2012-12-11debug/gdb: update Linaro GDB revisions to 2012.12
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Tue, 11 Dec 2012 12:40:21 +0100] rev 3137
debug/gdb: update Linaro GDB revisions to 2012.12

Update Linaro GDB with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <f37c710b8eb881abde4f.1355226132@advdt005-ubuntu>
Patchwork-Id: 205182

2012-12-11kernel/linux: update revisions
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Tue, 11 Dec 2012 12:54:05 +0100] rev 3136
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <515f9ed69f58a0af21e9.1355226920@advdt005-ubuntu>
Patchwork-Id: 205183

2012-12-10complibs/ppl: fix build with newer gcc
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 10 Dec 2012 00:25:48 +0100] rev 3135
complibs/ppl: fix build with newer gcc

ppl-0.10.x does not build with gcc-4.6+, as it uses constructs that were
warnings with gcc-4.5 and before, but are now errors with gcc-4.6 and
above.

Fix that by passing -fpermissive in CFLAGS for ppl 0.10.

Reported-by: Jeremy Rosen <jeremy.rosen@openwide.fr>
Reported-by: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-12-05scripts/xldd: use user's sed and grep
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 05 Dec 2012 20:31:43 +0100] rev 3134
scripts/xldd: use user's sed and grep

xldd uses sed and grep as detected by ./configure. This works well if is
used on the machine that build the toolchain.

But if the user moves the toolchain to another machine where sed and grep
are not in the same directory (eg. /bin/sed vs. /usr/bin/sed), then xldd
will stop functionning.

Fix that by using ${SED} and ${GREP} if they are set in the environment.

Reported-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>