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.
This commit is contained in:
Eric Andersen 2003-11-12 09:25:27 +00:00
parent f76193d6cb
commit e150f3921b

View 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-);