summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-18 11:04:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-18 11:04:10 +0200
commit3ec8f60098663d824db8ae45cd02240b5df55d1f (patch)
treea1e1a550841c70c57bcaa6f72837650d66782954 /toolchain
parentcb11a40075cb65aec0a73f98751aa4879ab73719 (diff)
parent66a6c153d5db95eb0f35861269a7f5459f387e55 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/eglibc/Makefile4
1 files changed, 2 insertions, 2 deletions
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} \