diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-22 22:40:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-22 22:40:04 +0200 |
commit | 40bae7d9f4686fa15940944b849ed3d43fcc191e (patch) | |
tree | 69b42bda505bdf671e959e7096e3f137494e0549 /toolchain/uclibc-ng/Makefile | |
parent | a2bde9c5c56fae046f22b0ed4f137a0cd5afe2b9 (diff) |
uclibc-ng: add locale option
Diffstat (limited to 'toolchain/uclibc-ng/Makefile')
-rw-r--r-- | toolchain/uclibc-ng/Makefile | 1 |
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 |