From fdf0fa8cc95475226b55c4eedbb0ff06ba543761 Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Fri, 9 Oct 2009 23:55:30 +0200 Subject: [PATCH] uclibc: document configuration setting UCLIBC_HAS_LOCALE has a rather big impact on binary size so we document why it acutally is needed. The libiconv functionality is used by ecore-txt. Signed-off-by: Marc Andre Tanner --- sources/miniconfig-uClibc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/miniconfig-uClibc b/sources/miniconfig-uClibc index 208cf09..8add78c 100644 --- a/sources/miniconfig-uClibc +++ b/sources/miniconfig-uClibc @@ -61,5 +61,7 @@ UCLIBC_HAS_GNU_GLOB=y UCLIBC_BUILD_RELRO=y UCLIBC_BUILD_NOEXECSTACK=y UCLIBC_EXTRA_CFLAGS="-msoft-float" +# needed to provide functionality of libiconv +# this will also select wide character support UCLIBC_HAS_LOCALE=y DOSTRIP=y -- 2.11.4.GIT