Commit e150f392 authored by Eric Andersen's avatar Eric Andersen
Browse files

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.
parent f76193d6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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-);