diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-04 12:32:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-04 12:32:47 +0000 |
commit | 2470702e461b16fbc1fc58dad7a790be6b625e93 (patch) | |
tree | 7244bb1b948bf29ba6c43a15b54541774ab40538 /toolchain/uClibc | |
parent | 96373832ca623ccf03784ecfde6129afa77315cc (diff) | |
download | upstream-2470702e461b16fbc1fc58dad7a790be6b625e93.tar.gz upstream-2470702e461b16fbc1fc58dad7a790be6b625e93.tar.bz2 upstream-2470702e461b16fbc1fc58dad7a790be6b625e93.zip |
[toolchain] disable UCLIBC_HAS_XLOCALE and UCLIB_HAS_GLIBC_DIGIT_GROUPING if BUILD_NLS is on (#10735)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29646 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/config-0.9.32/common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.32/common b/toolchain/uClibc/config-0.9.32/common index 08298b5a6e..6ac24b992d 100644 --- a/toolchain/uClibc/config-0.9.32/common +++ b/toolchain/uClibc/config-0.9.32/common @@ -114,6 +114,7 @@ UCLIBC_HAS_FTW=y UCLIBC_HAS_GETPT=y UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y +# UCLIB_HAS_GLIBC_DIGIT_GROUPING is not set UCLIBC_HAS_GLOB=y UCLIBC_HAS_GNU_ERROR=y UCLIBC_HAS_GNU_GETOPT=y @@ -176,6 +177,7 @@ UCLIBC_HAS_TZ_FILE_READ_MANY=y UCLIBC_HAS_WCHAR=y UCLIBC_HAS_WORDEXP=y # UCLIBC_HAS_XATTR is not set +# UCLIBC_HAS_XLOCALE is not set UCLIBC_HAS___PROGNAME=y # UCLIBC_LINUX_MODULE_24 is not set UCLIBC_LINUX_SPECIFIC=y |