diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-27 02:03:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-27 02:03:28 +0200 |
commit | 8fd3d6f198374b672a54d08a5ecd67658f1637f3 (patch) | |
tree | 6e8e747a2b750674c61b14440b1457814573779c /target/config/Config.in.toolchain | |
parent | e0c93692817dd85e725f9f0faf105e54896a386c (diff) |
uclibc-ng: simplify intl/iconv/locale selection
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 34 |
1 files changed, 3 insertions, 31 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index b9082cb86..9750230f5 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -23,51 +23,23 @@ config ADK_TARGET_USE_SHARED_AND_STATIC_LIBS endchoice -choice -depends on ADK_TARGET_LIB_UCLIBC_NG -bool "Locale support" - -config ADK_TARGET_LIBC_WITHOUT_LOCALE - bool "Disable locale support" - config ADK_TARGET_LIBC_WITH_LOCALE bool "Enable locale support" + depends on ADK_TARGET_LIB_UCLIBC_NG select BUSYBOX_LOCALE_SUPPORT if ADK_PACKAGE_BUSYBOX -endchoice - -choice -depends on ADK_TARGET_LIB_UCLIBC_NG -bool "Intl support" - -config ADK_TARGET_LIBC_WITHOUT_LIBINTL - bool "Disable libintl support" - help - Disables uClibc-ng internal stub support. - config ADK_TARGET_LIBC_WITH_LIBINTL bool "Enable libintl stub support" + depends on ADK_TARGET_LIB_UCLIBC_NG help Enables uClibc-ng libintl stub. -endchoice - -choice -depends on ADK_TARGET_LIB_UCLIBC_NG -bool "Iconv support" - -config ADK_TARGET_LIBC_WITHOUT_LIBICONV - bool "Disable libiconv support" - help - Disables uClibc-ng internal libiconv support. - config ADK_TARGET_LIBC_WITH_LIBICONV bool "Enable basic libiconv" + depends on ADK_TARGET_LIB_UCLIBC_NG help Enables uClibc-ng included basic libiconv support. -endchoice - config ADK_TARGET_CFLAGS_OPT string default "-Os -pipe" if ADK_TARGET_CFLAGS_OPT_OS |