From 11050fcc62b4d4a9ee418ff6d13686f3709f96f2 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 23 Dec 2008 09:39:05 +0000 Subject: toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED option Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree. --- toolchain/uClibc/Config.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'toolchain/uClibc/Config.in') diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 3c809c108..fac4dfa0d 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -56,7 +56,17 @@ config BR2_UCLIBC_CONFIG config BR2_ENABLE_LOCALE bool "Enable locale/gettext/i18n support?" help - Enable locale/gettext/i18n support? + Enable locale/gettext/i18n support? + +config BR2_ENABLE_LOCALE_PREGENERATED + bool "Use pregenerated locale data?" + depends on BR2_ENABLE_LOCALE + help + Instead of generating the locale data locally you can optionally + download a pregenerated set of locales. + + Say N here unless your buildhost lacks locale support and you + desparately want to use internationalization on your target. choice prompt "Thread library implementation" -- cgit v1.2.3