Parcourir la source

uclibc-ng: add locale option

Waldemar Brodkorb il y a 7 ans
Parent
commit
40bae7d9f4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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