From: Eric Andersen Date: Wed, 12 Nov 2003 09:25:27 +0000 (-0000) Subject: Kill off --with-lib-path, since --with-sysroot is sufficient, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e150f3921b20b1b35a42d0b34067773814675d8a;p=buildroot.git 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. --- diff --git a/make/binutils.mk b/make/binutils.mk index b8481a5c88..fa754085e4 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-);