projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f76193d
)
Kill off --with-lib-path, since --with-sysroot is sufficient,
author
Eric Andersen
<andersen@codepoet.org>
Wed, 12 Nov 2003 09:25:27 +0000
(09:25 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 12 Nov 2003 09:25:27 +0000
(09:25 -0000)
and at least for arm soft-float adding --with-lib-path is actually
breaking things.
make/binutils.mk
patch
|
blob
|
history
diff --git
a/make/binutils.mk
b/make/binutils.mk
index b8481a5c885a598f5f27277e3674591edfd9f8ae..fa754085e4a5b4c4ace2b48404d2e035153d73e5 100644
(file)
--- a/
make/binutils.mk
+++ b/
make/binutils.mk
@@
-52,7
+52,6
@@
$(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
--infodir=$(STAGING_DIR)/info \
--enable-targets=$(GNU_TARGET_NAME) \
--with-sysroot=$(STAGING_DIR) \
- --with-lib-path="$(STAGING_DIR)/usr/lib:$(STAGING_DIR)/lib" \
$(MULTILIB) \
$(SOFT_FLOAT_CONFIG_OPTION) \
--program-prefix=$(ARCH)-linux-);