2012-06-06libc/eglibc: fix missing LIBC_TRY_CC_OPTION definition (eglibc 2.15)
Matthieu Crapet <mcrapet@gmail.com> [Wed, 06 Jun 2012 12:03:12 +0200] rev 2991
libc/eglibc: fix missing LIBC_TRY_CC_OPTION definition (eglibc 2.15)

Upstream SVN is currently broken:
http://www.eglibc.org/svn/branches/eglibc-2_15/libc/

LIBC_TRY_CC_OPTION macro is not defined in aclocal.m4.
This patch fix the configure script.

Once upstream branch will be fixed this patch could be reverted.

Related patch (committed to eglibc trunk):
Use autoconf macro for testing compiler options with empty input
http://sourceware.org/ml/libc-alpha/2012-03/msg00816.html

Signed-off-by: Matthieu Crapet <mcrapet@gmail.com>

diff -r 1f6c8e4b2b92 -r d10afc5bcc25
patches/eglibc/2_15/110-aclocal-LIBC_TRY_CC_OPTION.patch

2012-06-03libc/uClibc: add 0.9.33.2
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 03 Jun 2012 20:58:37 +0200] rev 2990
libc/uClibc: add 0.9.33.2

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-05-25kernel/linux: update revisions
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Fri, 25 May 2012 19:09:43 +0200] rev 2989
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

2012-05-29completion: fix function name
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 29 May 2012 18:52:13 +0200] rev 2988
completion: fix function name

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

2012-05-17cc/gcc: update Linaro GCC revisions to 2012.05
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Thu, 17 May 2012 17:54:49 +0200] rev 2987
cc/gcc: update Linaro GCC revisions to 2012.05

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

2012-05-17debug/gdb: add option to enable/disable the IPA lib for gdbserver
"Yann E. MORIN" <yann.morin.1998@free.fr> [Thu, 17 May 2012 17:56:27 +0200] rev 2986
debug/gdb: add option to enable/disable the IPA lib for gdbserver

gdbserver >= 7.2 comes with an optional library to use tracepoints, the
In Process Agent (IPA) library, libinproctrace.so.

Currently, we build gdbserver staticaly, but that breaks the build of
the IPA lib.

Add an option to biuld the IPA lib, but not if statically linking.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-05-17debug/gdb: add blind option gor gdb>=7.2
"Yann E. MORIN" <yann.morin.1998@free.fr> [Thu, 17 May 2012 18:07:28 +0200] rev 2985
debug/gdb: add blind option gor gdb>=7.2

gdb>=7.2 has new features.

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

2012-05-09cc/gcc: do not build manuals in parallel
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 09 May 2012 18:17:17 +0200] rev 2984
cc/gcc: do not build manuals in parallel

Reported-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Reported-by: Johannes Stezenbach <js@sig21.net>
Tested-by: Johannes Stezenbach <js@sig21.net>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-05-07samples: resave all samples with savedefconfig
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 07 May 2012 00:10:00 +0200] rev 2983
samples: resave all samples with savedefconfig

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

2012-05-07samples: rework show-tuple
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 07 May 2012 21:37:59 +0200] rev 2982
samples: rework show-tuple

Now that we are using defconfig files, the samples do not contain
the full configuration, so we can not simply parse them to show
their content.

Instead, we must fake recalling a sample, and parse the generated
.config file.

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