1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-26 20:13:21 +02:00

enable locale support in uClibc

This commit is contained in:
kyak 2010-11-12 23:06:27 +03:00 committed by Xiangfu Liu
parent 6d4d0126c1
commit 26ef08f55c

View File

@ -15,3 +15,5 @@ CONFIG_MIPS_O32_ABI=y
TARGET_ARCH="mips" TARGET_ARCH="mips"
TARGET_mips=y TARGET_mips=y
UCLIBC_HAS_FPU=y UCLIBC_HAS_FPU=y
UCLIBC_HAS_LOCALE=y
UCLIBC_HAS_XLOCALE=y