2013-09-14configure: Add --with-gperf option
Ray Donnelly <mingw.android@gmail.com> [Sat, 14 Sep 2013 02:45:23 +0100] rev 3231
configure: Add --with-gperf option

On OS X, Apple supply an old gperf (3.0.3) with xcode and
xcode commandline tools which causes build failures:

./zconf.hash.c:183:17: error: expected expression
{offsetof(struct kconf_id_strings_t, kconf_id_strings_str2),

.. upgrading to gperf 3.0.4 was sufficient to fix this,
so this option allows the user to specify the gperf
program that they wish to use.

To install gperf 3.0.4 from homebrew, I did:

brew tap homebrew/dupes
brew install homebrew/dupes/gperf

.. then passed --with-gperf=$BREWFIX/Cellar/gperf/3.0.4/bin/gperf
to configure

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
Message-Id: <CAOYw7dtCmcJ9WiqmQ81MmZeRPcV-tDOqe9=kRDW4uQGuZNd2Ng@mail.gmail.com>
Patchwork-Id: 274892

2013-08-01complibs/isl: add HTTP mirror
Michael Hope <michaelh@juju.net.nz> [Thu, 01 Aug 2013 20:24:35 +0000] rev 3230
complibs/isl: add HTTP mirror

Add well-known HTTP mirror as a fallback. This lets crosstool-ng
work when behind a HTTP/HTTPS only proxy.

Signed-off-by: Michael Hope <michaelh@juju.net.nz>
[me: split original patch in two]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <aeb4a850d0786ee62dc2.1375559989@wanda>
Patchwork-Id: 264436

2013-08-01libc/newlib: add HTTP mirror
Michael Hope <michaelh@juju.net.nz> [Thu, 01 Aug 2013 20:24:35 +0000] rev 3229
libc/newlib: add HTTP mirror

Add well-known HTTP mirror as a fallback. This lets crosstool-ng
work when behind a HTTP/HTTPS only proxy.

Signed-off-by: Michael Hope <michaelh@juju.net.nz>
[yann.morin.1998@free.fr: split patch in two]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <aeb4a850d0786ee62dc2.1375559989@wanda>
Patchwork-Id: 264436

2013-07-29cc/gcc: add 4.8.1
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 29 Jul 2013 00:06:35 +0200] rev 3228
cc/gcc: add 4.8.1

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

2013-07-24kernel/linux: bump versions
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 24 Jul 2013 23:03:48 +0200] rev 3227
kernel/linux: bump versions

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

2013-07-24complibs/ppl: fix build when local system has libgmp already installed
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 24 Jul 2013 19:11:18 +0200] rev 3226
complibs/ppl: fix build when local system has libgmp already installed

Basically, the ppl configure script wasn't properly setting
CFLAGS/CXXFLAGS/LDFLAGS to point at the ctng-built gmp, so ppl tried to
use the system gmp headers instead.

This patch fixes that for all PPL versions supported by crosstools-ng.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
[yann.morin.1998@free.fr: slightly touch the commit log]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <20130715230656.GB23382@shaftnet.org>
Patchwork-Id: 259300

2013-07-17docs/help: rename defconfig/olddefconfig into
Thomas De Schampheleire <patrickdepinguin@gmail.com> [Wed, 17 Jul 2013 08:25:43 +0200] rev 3225
docs/help: rename defconfig/olddefconfig into

After commit 15f57d843296e244487ac0845a73247f9d6749b8, the defconfig target
has been renamed into savedefconfig, and olddefconfig into defconfig. However,
the help text and man page was not updated.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
[yann.morin.1998@free.fr: rename CONFIG -> DEFCONFIG]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <0c1dff89c9ee1672693f.1374042343@BEANTN0L019720>
Patchwork-Id: 259601

2013-07-17docs: fix typos in manpage
Thomas De Schampheleire <patrickdepinguin@gmail.com> [Wed, 17 Jul 2013 08:25:42 +0200] rev 3224
docs: fix typos in manpage

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Message-Id: <62dedb0618a46bf0743f.1374042342@BEANTN0L019720>
Patchwork-Id: 259600

2013-07-10Allow reordered MAKEFLAGS
Ray Donnelly <mingw.android@gmail.com> [Wed, 10 Jul 2013 12:40:21 +0100] rev 3223
Allow reordered MAKEFLAGS

-R and -r (-Rr) can be reordered to -r and -R (-rR).
This happens with MSYS1/2 gnu-make and mingw32-make,
and triggers "Recursion detected, bailing out..."

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
Message-Id: <CAOYw7dsdsg-XaDOwwEWJeUUSo2Vu_UD5GtkSgNTu59ai7yx0cQ@mail.gmail.com>
Patchwork-Id: 258027

2013-06-28debug/gdb: update Linaro GDB revision for 2013.05
"Michael Hope <michaelh@juju.net.nz>" [Fri, 28 Jun 2013 22:35:06 +0200] rev 3222
debug/gdb: update Linaro GDB revision for 2013.05

Update Linaro GDB with the latest available revision.

Signed-off-by: "Michael Hope" <michaelh@juju.net.nz>
Message-Id: <bea34f42853a9d87a628.1372452016@localhost>
Patchwork-Id: 255667