Kill off --with-lib-path, since --with-sysroot is sufficient,
authorEric Andersen <andersen@codepoet.org>
Wed, 12 Nov 2003 09:25:27 +0000 (09:25 -0000)
committerEric 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

index b8481a5c885a598f5f27277e3674591edfd9f8ae..fa754085e4a5b4c4ace2b48404d2e035153d73e5 100644 (file)
@@ -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-);