Skip to content
Snippets Groups Projects
Commit 5b14d8bc authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

disable UCLIBC_HAS_XLOCALE and UCLIB_HAS_GLIBC_DIGIT_GROUPING if BUILD_NLS is on (#10735)

SVN-Revision: 29646
parent a529e3f0
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ UCLIBC_HAS_FTW=y ...@@ -114,6 +114,7 @@ UCLIBC_HAS_FTW=y
UCLIBC_HAS_GETPT=y UCLIBC_HAS_GETPT=y
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
# UCLIB_HAS_GLIBC_DIGIT_GROUPING is not set
UCLIBC_HAS_GLOB=y UCLIBC_HAS_GLOB=y
UCLIBC_HAS_GNU_ERROR=y UCLIBC_HAS_GNU_ERROR=y
UCLIBC_HAS_GNU_GETOPT=y UCLIBC_HAS_GNU_GETOPT=y
...@@ -176,6 +177,7 @@ UCLIBC_HAS_TZ_FILE_READ_MANY=y ...@@ -176,6 +177,7 @@ UCLIBC_HAS_TZ_FILE_READ_MANY=y
UCLIBC_HAS_WCHAR=y UCLIBC_HAS_WCHAR=y
UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_WORDEXP=y
# UCLIBC_HAS_XATTR is not set # UCLIBC_HAS_XATTR is not set
# UCLIBC_HAS_XLOCALE is not set
UCLIBC_HAS___PROGNAME=y UCLIBC_HAS___PROGNAME=y
# UCLIBC_LINUX_MODULE_24 is not set # UCLIBC_LINUX_MODULE_24 is not set
UCLIBC_LINUX_SPECIFIC=y UCLIBC_LINUX_SPECIFIC=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment