kumquat-buildroot/toolchain
Thomas Petazzoni 54d64798e1 Add a BR2_NEEDS_GETTEXT option
When using an external toolchain that uses the glibc or eglibc C
libraries, compiling a separate gettext and libintl is not needed and
is even a source of confusion, causing build failures. These build
failures are due to the fact that when libintl is compiled, it
replaces the C library libintl.h by its own, which does #define
gettext libintl_gettext. Then, when packages want to use gettext,
autoconf realize that gettext is available in the C library and
therefore do not add -lintl to the LDFLAGS, causing the build failure
because the program has been compiled to use libintl_gettext but this
function is not available.

Therefore, we should only use gettext if a uClibc internal toolchain
or a uClibc external toolchain. If an external glibc toolchain is
used, gettext shouldn't be used.

In order to implement that, we introduce the BR2_NEEDS_GETTEXT option,
which is hidden to the user, and whose value is computed automatically
from the rest of the configuration.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-20 22:34:27 +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: Support for multilib toolchains 2010-04-17 02:09:38 +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 toolchain/: get rid of unneeded $(strip ..) 2008-12-08 08:15:42 +00:00
sstrip toolchain/: get rid of unneeded $(strip ..) 2008-12-08 08:15:42 +00:00
uClibc uclibc: make sure the default configuration doesn't ask questions 2010-05-02 23:59:28 +02:00
Config.in toolchain: get rid of "binary" for external toolchain 2010-02-08 11:01:04 +01:00
Config.in.1 Use BR2_TOOLCHAIN_BUILDROOT instead of BR2_TOOLCHAIN_SOURCE 2009-12-14 23:54:47 +01:00
Config.in.2 Add a BR2_NEEDS_GETTEXT option 2010-05-20 22:34:27 +02:00
Makefile.in Get rid of the OPTIMIZE_FOR_CPU variable 2010-04-11 21:10:35 +02:00
patch-kernel.sh toolchain/patch-kernel.sh: xtensa directory overlay support 2009-07-24 02:31:34 +02:00
wget-show-external-deps.sh buildroot: add external-deps target 2008-03-04 12:19:16 +00:00