projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef407d3
)
Be consistant and use DISABLE_NLS for binutils
author
Eric Andersen
<andersen@codepoet.org>
Fri, 30 Jan 2004 22:15:17 +0000
(22:15 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 30 Jan 2004 22:15:17 +0000
(22:15 -0000)
make/binutils-uclibc.mk
patch
|
blob
|
history
diff --git
a/make/binutils-uclibc.mk
b/make/binutils-uclibc.mk
index ebf584439f325bbfa2157cc2707178e2cf24a3a3..326c4215535be05b50f24e19fd50cbe12a9b821c 100644
(file)
--- a/
make/binutils-uclibc.mk
+++ b/
make/binutils-uclibc.mk
@@
-32,6
+32,7
@@
$(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
--build=$(GNU_HOST_NAME) \
--host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
+ $(DISABLE_NLS) \
$(MULTILIB) \
$(SOFT_FLOAT_CONFIG_OPTION) );
touch $(BINUTILS_DIR1)/.configured
@@
-74,6
+75,7
@@
$(BINUTILS_DIR2)/.configured: $(BINUTILS_DIR)/.patched
--build=$(GNU_HOST_NAME) \
--host=$(REAL_GNU_TARGET_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
+ $(DISABLE_NLS) \
$(MULTILIB) \
$(SOFT_FLOAT_CONFIG_OPTION) );
touch $(BINUTILS_DIR2)/.configured