summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-12-04 10:43:04 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-04 15:38:06 +0100
commitde0df997068ee56c4f37fdfaefc92c6c2a6a4c6a (patch)
tree1a6934962a0c78c29188a2334f312ef715484939 /Config.in
parentcbc75196db0eeee0ac01080bf2ad2cc66ad44473 (diff)
core: add a kconfig option to require an UTF8 locale on the host
This can be selected when we need the host to have an UTF-8 locale (e.g. to build uClibc with support for locales). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 98096dff12..495b71ce03 100644
--- a/Config.in
+++ b/Config.in
@@ -84,6 +84,11 @@ config BR2_HOSTARCH_NEEDS_IA32_LIBS
config BR2_HOSTARCH_NEEDS_IA32_COMPILER
bool
+# Hidden boolean selected by packages that need the host to have an
+# UTF8 locale.
+config BR2_NEEDS_HOST_UTF8_LOCALE
+ bool
+
source "arch/Config.in"
menu "Build options"