2012-09-29debug/gdb: disable nls when CT_TOOLCHAIN_ENABLE_NLS is not selected
Zhenqiang Chen <zhenqiang.chen@linaro.org> [Sat, 29 Sep 2012 14:34:15 +0800] rev 3072
debug/gdb: disable nls when CT_TOOLCHAIN_ENABLE_NLS is not selected

Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
Message-Id: <CACgzC7Bn+WpbgDruNeZ4s1z0x1deF6n4YyS22Dy7p_d1fFDVCA@mail.gmail.com>
PatchWork-Id: 191042

2012-10-03scripts/gdb: If not building expat for gdb, disable
David Holsgrove <david.holsgrove@xilinx.com> [Wed, 03 Oct 2012 15:59:22 +1000] rev 3071
scripts/gdb: If not building expat for gdb, disable

--with-expat=yes is unconditionally passed to the gdb configure
stage, instead of respecting the ${do_expat} decision.

Disable if not needed. Prevents error building canadian cross;

configure: error: expat is missing or unusable

Where configure stage fails to find expat on the host compiler.

Signed-off-by: "David Holsgrove" <david.holsgrove@xilinx.com>
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Message-Id: <4c4410a2a8aab24a29c5.1349244128@localhost.localdomain>
PatchWork-Id: 188711

2012-10-11libc/glibc: Remove redundant LIBC_GLIBC_TARBALL config option
David Holsgrove <david.holsgrove@xilinx.com> [Thu, 11 Oct 2012 14:37:45 +1000] rev 3070
libc/glibc: Remove redundant LIBC_GLIBC_TARBALL config option

Unused since January 2010.

Signed-off-by: "David Holsgrove" <david.holsgrove@xilinx.com>
Message-Id: <7a666ba8c0ea5e8f4b18.1349931190@localhost.localdomain>
PatchWork-Id: 190783

2012-10-11kernel/linux: update revisions
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Thu, 11 Oct 2012 16:11:35 +0200] rev 3069
kernel/linux: update revisions

kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <efc60d787e571c37eef1.1349964870@advdt005-ubuntu>
PatchWork-Id: 190917

2012-10-11cc/gcc: update Linaro GCC revisions to 2012.10
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Thu, 11 Oct 2012 15:55:15 +0200] rev 3068
cc/gcc: update Linaro GCC revisions to 2012.10

cc/gcc: update Linaro GCC revisions to 2012.10

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <b482331ff863a5fc3507.1349963865@advdt005-ubuntu>
PatchWork-Id: 190914

2012-10-07configure: remove trailing cruft
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 07 Oct 2012 23:15:57 +0200] rev 3067
configure: remove trailing cruft

Remove trailing cruft left after the migration to autoconf.

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

2012-09-26samples: add new m68k-unknown-uclinux-uclibc sample
Esben Haabendal <esben.haabendal@prevas.dk> [Wed, 26 Sep 2012 16:37:31 +0200] rev 3066
samples: add new m68k-unknown-uclinux-uclibc sample

Signed-off-by: "Esben Haabendal" <esben@haabendal.dk>
[yann.morin.1998@free.fr: upgrade to using gcc-4.7.2]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <87r4pod1hm.fsf@arh128.prevas.dk>
PatchWork-Id: 187182

2012-09-26kernel/linux: change m68k/no-mmu linux arch tuple to use -uclinux
Esben Haabendal <esben.haabendal@prevas.dk> [Wed, 26 Sep 2012 09:09:23 +0200] rev 3065
kernel/linux: change m68k/no-mmu linux arch tuple to use -uclinux

GCC requires m68k arch tuples to be *-*-uclinux-* to support Linux on
no-mmu m68k (ColdFire) cpus.

Blackfin arch tuple must be *-*-linux-uclibc for FD_PIC_ELF toolchains,
so we cannot just switch to uclinux for no-mmu Linux toolchains.

Signed-off-by: "Esben Haabendal" <esben@haabendal.dk>
Message-Id: <876271s1ee.fsf@arh128.prevas.dk>
PatchWork-Id: 186976

2012-09-25scripts: update config.{guess,sub}
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 25 Sep 2012 23:23:53 +0200] rev 3064
scripts: update config.{guess,sub}

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

2012-09-26scripts: exporting (even empty) LIBRARY_PATH and/or LPATH breaks gcc
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 26 Sep 2012 00:53:29 +0200] rev 3063
scripts: exporting (even empty) LIBRARY_PATH and/or LPATH breaks gcc

If either LIBRARY_PATH or LPATH is set, even to the empty string,
the gcc build breaks.

Fix that by bailing-out rather than re-setting.

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