summaryrefslogtreecommitdiffstats
path: root/make/binutils.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-12 09:25:27 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-12 09:25:27 +0000
commite150f3921b20b1b35a42d0b34067773814675d8a (patch)
tree953da94c53eec014852262eaafe258eda1a0ebb4 /make/binutils.mk
parentf76193d6cb4b112df7a4a2b76984bfe988f9ba0f (diff)
downloadbuildroot-novena-e150f3921b20b1b35a42d0b34067773814675d8a.tar.gz
buildroot-novena-e150f3921b20b1b35a42d0b34067773814675d8a.zip
Kill off --with-lib-path, since --with-sysroot is sufficient,
and at least for arm soft-float adding --with-lib-path is actually breaking things.
Diffstat (limited to 'make/binutils.mk')
-rw-r--r--make/binutils.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/binutils.mk b/make/binutils.mk
index b8481a5c8..fa754085e 100644
--- 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-);