From 8fd3d6f198374b672a54d08a5ecd67658f1637f3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 27 Jul 2017 02:03:28 +0200 Subject: uclibc-ng: simplify intl/iconv/locale selection --- target/config/Config.in.toolchain | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) (limited to 'target/config/Config.in.toolchain') 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 -- cgit v1.2.3