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>

2012-09-20scripts: Use ${CT_TARGET}-strip to strip gdbserver
Zhenqiang Chen <zhenqiang.chen@linaro.org> [Thu, 20 Sep 2012 11:20:16 +0800] rev 3062
scripts: Use ${CT_TARGET}-strip to strip gdbserver

Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
[yann.morin.1998@free.fr: quote variables]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <CACgzC7BU9CPZ2cE+EYqnMe2WNz-wYby6f4tsmjJi715WmPmbWw@mail.gmail.com>
PatchWork-Id: 185303

2012-05-13scripts: unset LIBRARY_PATH and LPATH
Erik Inge Bolsø <knan-ct@anduin.net> [Sun, 13 May 2012 01:09:20 +0200] rev 3061
scripts: unset LIBRARY_PATH and LPATH

These environment variables set search path for gcc at link time, which can break the build.

Signed-off-by: Erik Inge Bolsø <knan-ct@anduin.net>
Message-Id: <alpine.BSF.2.00.1205130131550.21551@anduin.net>
PatchWork-Id: 186872

2012-09-23kernel/linux: symlink custom kernel source dir with '-f'
Jang, Bongseo <graycells@gmail.com> [Sun, 23 Sep 2012 11:59:28 +0900] rev 3060
kernel/linux: symlink custom kernel source dir with '-f'

build fails to symlink to custom kernel dir when the build is not the first time
because of 'ln -s' without '-f' option.

Signed-off-by: "Jang, Bongseo" <graycells@gmail.com>
Message-ID: <543e2981f2b723ecd850.1348370892@localhost.localdomain>
PatchWork-ID: 186178

2012-09-23debug/gdb: fix from upstream with newer glibc(siginfo vs siginfo_t, Gentoo gdb-7.4.1 patch)
Jang, Bongseo <graycells@gmail.com> [Sun, 23 Sep 2012 11:53:02 +0900] rev 3059
debug/gdb: fix from upstream with newer glibc(siginfo vs siginfo_t, Gentoo gdb-7.4.1 patch)

This is for when you failed to build gdb-native with the error:

gdb-7.4.1/gdb/linux-nat.h:79:18: error: field 'siginfo' has incomplete type"

This is from mirror://gentoo/distfiles/gdb-7.4.1-patches-2.tar.xz

Signed-off-by: "Jang, Bongseo" <graycells@gmail.com>
[yann.morin.1998@free.fr: refresh ptrace_setsiginfo patch]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-ID: <4eef2edec3201c50b420.1348370891@localhost.localdomain>
PatchWork-ID: 186179

2012-09-23libc/eglibc: Split changeset 3052:06b663f297 into eglibc/libc and eglibc/ports patches
Jang, Bongseo <graycells@gmail.com> [Sun, 23 Sep 2012 11:18:30 +0900] rev 3058
libc/eglibc: Split changeset 3052:06b663f297 into eglibc/libc and eglibc/ports patches

crosstool-ng's glibc patche is made against glibc/libc sub-dir.
changeset 3052:06b663f297 is against glibc top-dir. it needs to split.

Signed-off-by: "Jang, Bongseo" <graycells@gmail.com>
[yann.morin.1998@free.fr: fix the ports patches depth]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-ID: <5040c8e83e35618361dc.1348370890@localhost.localdomain>
PatchWork-ID: 186177

2012-09-21cc/gcc: add gcc 4.7.2
Florian Fainelli <f.fainelli@gmail.com> [Fri, 21 Sep 2012 16:38:18 +0200] rev 3057
cc/gcc: add gcc 4.7.2

cc/gcc: add gcc 4.7.2

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Message-ID: <5869423.KezhlrYYmc@flexo>
PatchWork-ID: 185750