summaryrefslogtreecommitdiff
path: root/toolchain/uclibc-ng
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-22 22:40:04 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-22 22:40:04 +0200
commit40bae7d9f4686fa15940944b849ed3d43fcc191e (patch)
tree69b42bda505bdf671e959e7096e3f137494e0549 /toolchain/uclibc-ng
parenta2bde9c5c56fae046f22b0ed4f137a0cd5afe2b9 (diff)
uclibc-ng: add locale option
Diffstat (limited to 'toolchain/uclibc-ng')
-rw-r--r--toolchain/uclibc-ng/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uclibc-ng/Makefile b/toolchain/uclibc-ng/Makefile
index 2970c3ffb..f50189427 100644
--- a/toolchain/uclibc-ng/Makefile
+++ b/toolchain/uclibc-ng/Makefile
@@ -95,6 +95,7 @@ endif
endif
ifeq ($(ADK_TARGET_LIBC_ICONV),y)
$(SED) 's/.*\(UCLIBC_HAS_LOCALE\).*/\1=y/' ${WRKBUILD}/.config
+ $(SED) 's/.*\(UCLIBC_BUILD_MINIMAL_LOCALE\).*/\1=y/' ${WRKBUILD}/.config
endif
ifeq ($(ADK_TARGET_UCLINUX),y)
$(SED) 's/.*\(ARCH_USE_MMU\).*/# \1 is not set/' ${WRKBUILD}/.config