aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Huang <jserv@0xlab.org>2012-12-10 01:45:00 +0800
committerJim Huang <jserv@0xlab.org>2012-12-10 02:11:00 +0800
commit67ba0c8898e02223c06d5ef3e0376f60fdd1fe09 (patch)
tree9e51dd29e8f6b89893368b6518275c4ee76581d8
parent106603b925b7f20177c5b7613535d9d43ed35b7d (diff)
downloadbuild-67ba0c8898e02223c06d5ef3e0376f60fdd1fe09.tar.gz
binutils: disable the installation of localized packages
Since the prefix directory usually differs from where Android toolchain is installed and used, it doesn't make sense to provide the localized packages, which rely on the given prefix. Change-Id: I5634e37bf5e4fda46d4d6bc43d037d6bc2fe6ba2
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 482d318..4548d60 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -282,7 +282,7 @@ config-target-binutils: stmp-config-target-binutils
# We do not want to enable shared libraries in binutils
BINUTILS_CONFIG_ARGS=--prefix=$(prefix) \
--target=${cur_target} --host=${cur_host} --build=${cur_build} \
- $(baseargs) --disable-shared
+ $(baseargs) --disable-shared --disable-nls
ifeq ($(ENABLE_GRAPHITE),yes)
BINUTILS_CONFIG_ARGS+= --with-cloog=${CLOOG_DIR} --with-gmp=${GMP_DIR} \
--disable-ppl-version-check --disable-cloog-version-check