buildroot/toolchain
Thomas Petazzoni 4caf78882c Improve gettext integration
Having a BR2_NEEDS_GETTEXT option, as introduced by
54d64798e1 isn't sufficient to express
the different kind of dependencies on gettext.

This commit, based on an idea by Peter Korsgaard, introduces two
different options :

 * BR2_NEEDS_GETTEXT, which is true as soon as the toolchain doesn't
   provide gettext itself (i.e, when the toolchain is uClibc based, be
   it an internal or external toolchain)

 * BR2_NEEDS_GETTEXT_IF_LOCALE, which is true when the toolchain
   doesn't provide gettext *and* locale support has been enabled in
   Buildroot.

A following commit adds some documentation that details how these
configuration variables should be used by packages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-24 22:32:37 +02:00
..
binutils toolchain/binutils: Improve arm linking performance 2010-04-20 09:11:26 +02:00
ccache ccache: fix ccache-target dependencies 2010-05-03 15:13:19 +02:00
dependencies libxcb: fix path to Python modules 2010-05-07 21:28:33 +02:00
elf2flt get rid of broken nios2 support 2010-03-30 17:19:59 +02:00
external-toolchain external toolchain: check BR2_INSTALL_LIBSTDCPP 2010-05-20 22:34:28 +02:00
gcc toolchain/gcc: bump 4.4.x version to 4.4.4 2010-05-02 23:22:26 +02:00
gdb toolchain/gdb: get rid of 6.4 / 6.5 2010-05-03 00:18:50 +02:00
kernel-headers kernel-headers: bump 2.6.32.x / 2.6.33.x stable versions 2010-05-16 22:22:08 +02:00
mklibs
sstrip
uClibc uclibc: make sure the default configuration doesn't ask questions 2010-05-02 23:59:28 +02:00
Config.in
Config.in.1
Config.in.2 Improve gettext integration 2010-05-24 22:32:37 +02:00
Makefile.in Get rid of the OPTIMIZE_FOR_CPU variable 2010-04-11 21:10:35 +02:00
patch-kernel.sh
wget-show-external-deps.sh