diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 10:29:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-26 20:23:29 +0200 |
commit | b5d946a333f8faff998160c4da499c3c25a2d3ac (patch) | |
tree | e49110206c0665ba82ff49f213b80f47be220c64 /extra/Configs | |
parent | 29ff9055c80efe77a7130767a9fcb3ab8c67e8ce (diff) |
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 <wbx@uclibc-ng.org>
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 16 |
1 files changed, 8 insertions, 8 deletions
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 |