summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-25 13:01:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-25 13:01:56 +0200
commit7f3beb6e14c70030395275040e17baeb8c109541 (patch)
treebfacfb7fe2c4d34c46d9984863173fddfa326484 /toolchain
parent6765a17f36ebd3493758f23d1170dbe01c86f406 (diff)
parentd2018a1e2a1ca6eac95d6c65e90c273f31d1f196 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/eglibc/Makefile.inc2
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 \