]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
toolchain: introduce BR2_TOOLCHAIN_HAS_FULL_GETTEXT
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Jul 2017 14:47:46 +0000 (16:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Jul 2017 17:09:50 +0000 (19:09 +0200)
commit85cb34a880a0eca6c7c33e548057adfbb0c0a8a1
treebc229a43a46221d1829abc19684e6cad9484417a
parent9318b864d35542a2ea1d7a3ad12391660854a83c
toolchain: introduce BR2_TOOLCHAIN_HAS_FULL_GETTEXT

This new boolean is true if the toolchain provides a built-in
full-featured implementation of gettext (glibc), and false if only a
stub implementation is provided (uclibc, musl).

This will be used in follow-up commits to decide whether libintl needs
to be built by gettext or not.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/Config.in
toolchain/toolchain-common.in