From 66a6c153d5db95eb0f35861269a7f5459f387e55 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 17 Apr 2011 05:31:54 +0200 Subject: add basic locale support to OpenADK --- toolchain/eglibc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain') diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 690261324..fe6f40275 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -14,7 +14,6 @@ TARGET_CFLAGS:= $(filter-out -fstack-protector,$(TARGET_CFLAGS)) EGLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \ --host=$(REAL_GNU_TARGET_NAME) \ - --disable-nls \ --without-cvs \ --disable-profile \ --disable-debug \ @@ -22,7 +21,8 @@ EGLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \ --without-gd \ --with-__thread \ --with-tls \ - --enable-add-ons + --enable-add-ons \ + $(NLS) EGLIBC_ENV:= PATH='${TARGET_PATH}' \ BUILD_CC=${CC_FOR_BUILD} \ -- cgit v1.2.3