瀏覽代碼

uclibc-ng: add locale option

Waldemar Brodkorb 7 年之前
父節點
當前提交
40bae7d9f4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      toolchain/uclibc-ng/Makefile

+ 1 - 0
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