projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc7519
)
core: add a kconfig option to require an UTF8 locale on the host
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Sun, 4 Dec 2016 09:43:04 +0000
(10:43 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 4 Dec 2016 14:38:06 +0000
(15:38 +0100)
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>
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 98096dff12e1c51c1950728cd160bd7ab1c1993f..495b71ce03d3ea08d2034c5d98926013f2980946 100644
(file)
--- 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"