|
@@ -148,8 +148,8 @@ $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
|
|
|
--mandir=$(STAGING_DIR)/man \
|
|
--mandir=$(STAGING_DIR)/man \
|
|
|
--infodir=$(STAGING_DIR)/info \
|
|
--infodir=$(STAGING_DIR)/info \
|
|
|
--enable-targets=$(GNU_TARGET_NAME) \
|
|
--enable-targets=$(GNU_TARGET_NAME) \
|
|
|
- --with-lib-path="/usr/lib:/lib" \
|
|
|
|
|
--with-sysroot=$(STAGING_DIR) \
|
|
--with-sysroot=$(STAGING_DIR) \
|
|
|
|
|
+ --with-lib-path="$(STAGING_DIR)/usr/lib:$(STAGING_DIR)/lib" \
|
|
|
$(MULTILIB) \
|
|
$(MULTILIB) \
|
|
|
--program-prefix=$(ARCH)-uclibc-);
|
|
--program-prefix=$(ARCH)-uclibc-);
|
|
|
touch $(BINUTILS_DIR1)/.configured
|
|
touch $(BINUTILS_DIR1)/.configured
|