2012-08-02scripts/xldd: fix pattern matching with new binutils
"Yann E. MORIN" <yann.morin.1998@free.fr> [Thu, 02 Aug 2012 21:38:41 +0200] rev 3025
scripts/xldd: fix pattern matching with new binutils

New binutils (circa 2.2x?) append 'program interpreter' to the
(NEEDED) line for the dynamic linker, which breaks our current
pattern.

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

2012-08-01cc/gcc: remove now useless condition-variable
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 01 Aug 2012 19:07:37 +0200] rev 3024
cc/gcc: remove now useless condition-variable

Both core pass-1 and -2 compilers are unconditionally built,
so we no longer require a condition variable.

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

2012-08-01cc/gcc: always build core pass-1
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 01 Aug 2012 19:02:06 +0200] rev 3023
cc/gcc: always build core pass-1

Up until now, all conditions requiring a core pass-1 was when the
threading implementation used was NPTL. So we only built the core
pass-1 when NPTL was used.

Now, things have changed (what? when? Dunno...), and some bare-metal
canadian toolchains fail to build if a core pass-1 is not present.

OTOH, a core pass-1, although not needed for non-NPTL builds, does
no harm at all if it is present.

So, unconditionally build a core pass-1 (but still pass conditional
options to the core backend).

Reported-by: Per Arnold Blaasmo <Per-Arnold.Blaasmo@atmel.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-08-01scripts/showSample: also print the threading implementation
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 01 Aug 2012 22:02:26 +0200] rev 3022
scripts/showSample: also print the threading implementation

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

2012-07-31kernel/linux: forgot to update linux-stable
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 31 Jul 2012 23:55:12 +0200] rev 3021
kernel/linux: forgot to update linux-stable

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

2012-07-31kernel/linux: update version
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 31 Jul 2012 23:36:55 +0200] rev 3020
kernel/linux: update version

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

2012-07-31kconfig: fix ncurses headers location
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 31 Jul 2012 23:04:49 +0200] rev 3019
kconfig: fix ncurses headers location

On some distors (eg. latesst openSuSE), the ncurses headers are not
located in the usual location.

Hard-code this location in the kconfig Makefile, as a (temporary?)
workaround.

Reported-by: Simon Gornall <sgornall@apple.com>
[Fix suggested by Simon]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-07-31complibs/cloog: create missing m4 dir
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 31 Jul 2012 22:27:29 +0200] rev 3018
complibs/cloog: create missing m4 dir

Because we now patch configure.in and configure, the Makefile quicks
in a re-build rule as the source files are now more recent than the
bundled generated files, and that fails because the m4 directory
is missing, although on some systems where aclocal is not installed,
the re-build rule does nothing (except a warning).

Always create tht directory.

Reported-by: Per Arnold Blaasmo <per-arnold.blaasmo@atmel.com>
[Also thanks to Thomas De Schampheleire <patrickdepinguin@gmail.com>
for some digging works on this issue]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-07-23kernel/linux: update revisions
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Mon, 23 Jul 2012 14:06:25 +0200] rev 3017
kernel/linux: update revisions

Update Linux with the latest available revisions.

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

2012-07-12cc/gcc: update Linaro GCC revisions to 2012.07
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Thu, 12 Jul 2012 22:38:10 +0200] rev 3016
cc/gcc: update Linaro GCC revisions to 2012.07

Update Linaro GCC with the latest available revisions.

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

2012-07-02cc/gcc: Update gcc to 4.7.1 (v2)
Bryan Hundven <bryanhundven@gmail.com> [Mon, 02 Jul 2012 21:36:33 -0700] rev 3015
cc/gcc: Update gcc to 4.7.1 (v2)

Attempt #2 at updating gcc.
This time without porting gcc 4.7.0 patches forward.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Message-Id: <aeffa57986d52dd7b0a8.1341290304@flambe.is-a-geek.org>

2012-07-02libc/eglibc: Add eglibc 2.16
Bryan Hundven <bryanhundven@gmail.com> [Mon, 02 Jul 2012 20:36:56 -0700] rev 3014
libc/eglibc: Add eglibc 2.16

Patches don't need to come forward, as they are in this branch.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Message-Id: <6fdf77081379812820e8.1341286640@flambe.is-a-geek.org>

2012-07-02debug/gdb: Add gdb 7.3.1, 7.4, and 7.4.1
Bryan Hundven <bryanhundven@gmail.com> [Mon, 02 Jul 2012 20:31:06 -0700] rev 3013
debug/gdb: Add gdb 7.3.1, 7.4, and 7.4.1

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Message-Id: <c917c398e95919856980.1341286289@flambe.is-a-geek.org>

2012-07-23scripts+samples: fix listings the samples
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 23 Jul 2012 22:02:23 +0200] rev 3012
scripts+samples: fix listings the samples

Since we use defconfigs to save the samples, listing all the
samples can no longer be done by passing all the sample names
at one to the script; we need to pass them one-by-one after
we expand the sample's defconfig ibnto a complete .config.

Reported-by: Bryan Hundven <bryanhundven@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-07-171.15: update version to 1.15.3+hg 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 17 Jul 2012 22:39:54 +0200] rev 3011
1.15: update version to 1.15.3+hg

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

2012-07-17Tagging release 1.15.3 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 17 Jul 2012 22:39:54 +0200] rev 3010
Tagging release 1.15.3

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

2012-07-171.15: update version to 1.15.3 1.15 crosstool-ng-1.15.3
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 17 Jul 2012 22:39:53 +0200] rev 3009
1.15: update version to 1.15.3

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

2012-07-17configure: also check for install 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 17 Jul 2012 22:21:28 +0200] rev 3008
configure: also check for install

We also need the GNU variant for this one.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from 0dfc9c1fcb348e354edc37aacd2e8dcb223e9ab2)

2012-07-17configure: add checks for objcopy and objdump 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 17 Jul 2012 21:42:32 +0200] rev 3007
configure: add checks for objcopy and objdump

These two went MIA after the migration to an autoconf-based ./configure.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from 2d362c2a8ed369f72027da00ec79245cb44bbf82)

2012-07-14configure: check for GNU awk, not any awk 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sat, 14 Jul 2012 18:25:47 +0200] rev 3006
configure: check for GNU awk, not any awk

Building glibc requires GNU awk, not any other.

Reported-by: Han Sooloo <hansooloo@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from 4ccfca658d9bbbc4a682751332ce5b92cbdfb0fe)

2012-07-14kconfig: fix compatibility with older flex versions 1.15
Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> [Sat, 14 Jul 2012 19:52:58 +0200] rev 3005
kconfig: fix compatibility with older flex versions

Older flex versions require there be no space between options and
their arguments. For example '-P zconf' is not correct and should
be '-Pzconf'. This is for example the case for flex-2.5.4 shipped
with CentOS 5.8.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Message-Id: <9652ce148bddc1def484.1339241000@beantl019720>
(transplanted from 7b1dda3ab07505bc1627d6fa70c60c7cd003eb3d)

2012-06-10debug/duma: fix download url 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 10 Jun 2012 23:51:40 +0200] rev 3004
debug/duma: fix download url

Sourceforge has again changed its mirroring system... :-(

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from e31a3bfdf8632635f61fd2069de6bf2b3df79621)

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

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from a57b8a45ea26c16a8ed38c7f6378cf0cedf408fd)

2012-05-09cc/gcc: do not build manuals in parallel 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Wed, 09 May 2012 18:17:17 +0200] rev 3002
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>
(transplanted from c800b7d6a50c267c3e0a64829da4b082e260deff)

2012-07-17configure: also check for install
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 17 Jul 2012 22:21:28 +0200] rev 3001
configure: also check for install

We also need the GNU variant for this one.

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

2012-07-17configure: add checks for objcopy and objdump
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 17 Jul 2012 21:42:32 +0200] rev 3000
configure: add checks for objcopy and objdump

These two went MIA after the migration to an autoconf-based ./configure.

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

2012-07-14configure: check for GNU awk, not any awk
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sat, 14 Jul 2012 18:25:47 +0200] rev 2999
configure: check for GNU awk, not any awk

Building glibc requires GNU awk, not any other.

Reported-by: Han Sooloo <hansooloo@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

2012-07-14kconfig: fix compatibility with older flex versions
Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> [Sat, 14 Jul 2012 19:52:58 +0200] rev 2998
kconfig: fix compatibility with older flex versions

Older flex versions require there be no space between options and
their arguments. For example '-P zconf' is not correct and should
be '-Pzconf'. This is for example the case for flex-2.5.4 shipped
with CentOS 5.8.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Message-Id: <9652ce148bddc1def484.1339241000@beantl019720>

2012-07-02libc/eglibc: remove upstreamed patch
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 02 Jul 2012 19:49:02 +0200] rev 2997
libc/eglibc: remove upstreamed patch

Reported-by: Matthieu Crapet <mcrapet@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <CAL2sKTnAC9K0uo36QPJEdAJmZqPZNJgWLhxLzhsvs4G-EfbvMA@mail.gmail.com>

2012-06-18kernel/linux: update revisions
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Mon, 18 Jun 2012 13:36:29 +0200] rev 2996
kernel/linux: update revisions

Update Linux with the latest available revisions.

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

2012-06-14debug/gdb: update Linaro GDB revisions to 2012.06
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Thu, 14 Jun 2012 23:04:28 +0200] rev 2995
debug/gdb: update Linaro GDB revisions to 2012.06

Update Linaro GDB with the latest available revisions.

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

2012-06-14cc/gcc: update Linaro GCC revisions to 2012.06
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [Thu, 14 Jun 2012 22:55:50 +0200] rev 2994
cc/gcc: update Linaro GCC revisions to 2012.06

Update Linaro GCC with the latest available revisions.

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

2012-06-11kernel/linux: add latest versions
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 11 Jun 2012 21:50:11 +0200] rev 2993
kernel/linux: add latest versions

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

2012-06-10debug/duma: fix download url
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 10 Jun 2012 23:51:40 +0200] rev 2992
debug/duma: fix download url

Sourceforge has again changed its mirroring system... :-(

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

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>

2012-05-07samples: use savedefconfig when saving samples
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 07 May 2012 00:27:05 +0200] rev 2981
samples: use savedefconfig when saving samples

When saving a sample, use savedefconfig instead of copying
the full .config file.

This reduces the saved .config, and reduces clutter when it
is later upgraded.

Also use defconfig when retrieving a sample.

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

2012-05-06cc/gcc: add option to enable/disable libquadmath
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 06 May 2012 15:32:56 +0200] rev 2980
cc/gcc: add option to enable/disable libquadmath

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

2012-05-07cc/gcc: gcc 4.6+ has libquadmath
"Yann E. MORIN" <yann.morin.1998@free.fr> [Mon, 07 May 2012 00:11:46 +0200] rev 2979
cc/gcc: gcc 4.6+ has libquadmath

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

2012-05-08scripts: fix mk-release
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 22:30:05 +0200] rev 2978
scripts: fix mk-release

mk-release was not adding the SoB lines in the commit messages.

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

2012-05-081.15: update version to 1.15.2+hg 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 23:33:55 +0200] rev 2977
1.15: update version to 1.15.2+hg

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

2012-05-08Tagging release 1.15.2 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 23:33:55 +0200] rev 2976
Tagging release 1.15.2

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

2012-05-081.15: update version to 1.15.2 1.15 crosstool-ng-1.15.2
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 23:33:55 +0200] rev 2975
1.15: update version to 1.15.2

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

2012-05-08scripts: fix catching build failures, the proper way, now 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 23:29:38 +0200] rev 2974
scripts: fix catching build failures, the proper way, now

Serves me for pushing too fast... :-(

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from 24961ef6af8885ad071cba16adacbf5f7466ef37)

2012-05-08scripts: fix catching build failures, the proper way, now
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 23:29:38 +0200] rev 2973
scripts: fix catching build failures, the proper way, now

Serves me for pushing too fast... :-(

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

2012-05-081.15: update version to 1.15.1+hg 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 22:47:22 +0200] rev 2972
1.15: update version to 1.15.1+hg

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

2012-05-08Tagging release 1.15.1 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 22:47:22 +0200] rev 2971
Tagging release 1.15.1

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

2012-05-081.15: update version to 1.15.1 1.15 crosstool-ng-1.15.1
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 22:47:22 +0200] rev 2970
1.15: update version to 1.15.1

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

2012-05-06scripts/functions: tweak the endianness LDFLAGS 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 06 May 2012 16:42:59 +0200] rev 2969
scripts/functions: tweak the endianness LDFLAGS

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from 04092e6b82ca3b06685055a323662ee343fdfe38)

2012-05-08configure: fix check for gettext 1.15
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 12:15:37 +0200] rev 2968
configure: fix check for gettext

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from dc2943c987756c9bd928c1989843d4beb8cfc184)

2012-05-06scripts/functions: tweak the endianness LDFLAGS
"Yann E. MORIN" <yann.morin.1998@free.fr> [Sun, 06 May 2012 16:42:59 +0200] rev 2967
scripts/functions: tweak the endianness LDFLAGS

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

2012-05-08configure: fix check for gettext
"Yann E. MORIN" <yann.morin.1998@free.fr> [Tue, 08 May 2012 12:15:37 +0200] rev 2966
configure: fix check for gettext

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