From d44205998b70aa9feef5f0ad43039d32c78d46dc Mon Sep 17 00:00:00 2001 From: "Benoît THÉBAUDEAU\"" Date: Fri, 29 Jul 2011 13:25:57 +0200 Subject: libc: create an infrastructure to build and install the libc locales MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds a common glibc/eglibc infrastructure to build and install the libc locales. Signed-off-by: "Benoît THÉBAUDEAU" --- config/libc/glibc-eglibc.in-common | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/libc') diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common index 255edb76..32cf357d 100644 --- a/config/libc/glibc-eglibc.in-common +++ b/config/libc/glibc-eglibc.in-common @@ -144,6 +144,13 @@ comment "| If that happens, bad luck... Try a previous version " comment "| or try again later... :-( " endif +config LIBC_LOCALES + bool + prompt "Build and install locales" + help + Whether to build and install the libc locale files for the target, + which is required in order to support internationalization. + if KERNEL_linux choice LIBC_GLIBC_SUPPORTED_KERNEL -- cgit v1.2.3