diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 16:42:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 16:42:17 +0200 |
commit | 36b8021619c7f7a8ec6fee10e3bfa6e7ff8d9d48 (patch) | |
tree | b63a36a56cc0067e318c7e256b599fe745c1f1b8 /toolchain | |
parent | b38f21fd131920147afe35c7975c066557211fda (diff) |
get rid of unsupported locale support
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/eglibc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Makefile.inc b/toolchain/eglibc/Makefile.inc index e2aec51aa..b90983ff1 100644 --- a/toolchain/eglibc/Makefile.inc +++ b/toolchain/eglibc/Makefile.inc @@ -16,7 +16,7 @@ EGLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \ --with-__thread \ --with-tls \ --enable-add-ons \ - $(NLS) + --disable-nls EGLIBC_ENV:= PATH='${TARGET_PATH}' \ BUILD_CC=${CC_FOR_BUILD} \ GCC_HONOUR_COPTS=s \ |