From: Yann E. MORIN Date: Sun, 4 Dec 2016 09:43:04 +0000 (+0100) Subject: core: add a kconfig option to require an UTF8 locale on the host X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de0df997068ee56c4f37fdfaefc92c6c2a6a4c6a;p=buildroot.git 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" Signed-off-by: Thomas Petazzoni --- 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"