Make uClibc gen_wc8bit shows an error when no locale support available
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 11 Aug 2010 10:59:46 +0000 (12:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 11 Aug 2010 10:59:46 +0000 (12:59 +0200)
commit9088b71f451260e1e94a242a3b92141ab853275f
tree7b2d5f5cce8c9859062a9267d441e20a1605d188
parente0f441a234dc2e0e8b49272ab608da2e7c69f2a7
Make uClibc gen_wc8bit shows an error when no locale support available

When no UTF-8 locale is available on the host system, uClibc can't
generate some stuff it needs to compile a C library with locale
support. Unfortunately, as gen_wc8bit message is shown on stdout and
the stdout of gen_wc8bit is redirected to a file, the user don't see
anything, as reported at
http://lists.busybox.net/pipermail/buildroot/2010-May/034177.html.

Those two patches fix the problem for uClibc 0.9.31 and 0.9.30.3. It
has been submitted upstream:
 http://lists.uclibc.org/pipermail/uclibc/2010-August/044256.html

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/uClibc/uClibc-0.9.30.3-fix-error-locale-utf-8.patch [new file with mode: 0644]
toolchain/uClibc/uClibc-0.9.31-fix-error-locale-utf-8.patch [new file with mode: 0644]