From b5d946a333f8faff998160c4da499c3c25a2d3ac Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Sep 2016 10:29:47 +0200 Subject: locale: cleanup support Enable locale application to be build when utils are build. Remove useless compile and link warnings. Default to minimal locale builds. Signed-off-by: Waldemar Brodkorb --- extra/Configs/Config.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'extra/Configs/Config.in') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 12dc0df66..fc6669b89 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1526,14 +1526,7 @@ choice prompt "Locale data" depends on UCLIBC_HAS_LOCALE - default UCLIBC_BUILD_ALL_LOCALE - -config UCLIBC_BUILD_ALL_LOCALE - bool "All locales" - depends on UCLIBC_HAS_LOCALE - help - This builds all the locales that are available on your - host-box. + default UCLIBC_BUILD_MINIMAL_LOCALE config UCLIBC_BUILD_MINIMAL_LOCALE bool "Only selected locales" @@ -1542,6 +1535,13 @@ config UCLIBC_BUILD_MINIMAL_LOCALE If you do not need all locales that are available on your host-box, then set this to 'Y'. +config UCLIBC_BUILD_ALL_LOCALE + bool "All locales" + depends on UCLIBC_HAS_LOCALE + help + This builds all the locales that are available on your + host-box. + endchoice config UCLIBC_BUILD_MINIMAL_LOCALES -- cgit v1.2.3