mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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:
parent
f76193d6cb
commit
e150f3921b
@ -52,7 +52,6 @@ $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
|
|||||||
--infodir=$(STAGING_DIR)/info \
|
--infodir=$(STAGING_DIR)/info \
|
||||||
--enable-targets=$(GNU_TARGET_NAME) \
|
--enable-targets=$(GNU_TARGET_NAME) \
|
||||||
--with-sysroot=$(STAGING_DIR) \
|
--with-sysroot=$(STAGING_DIR) \
|
||||||
--with-lib-path="$(STAGING_DIR)/usr/lib:$(STAGING_DIR)/lib" \
|
|
||||||
$(MULTILIB) \
|
$(MULTILIB) \
|
||||||
$(SOFT_FLOAT_CONFIG_OPTION) \
|
$(SOFT_FLOAT_CONFIG_OPTION) \
|
||||||
--program-prefix=$(ARCH)-linux-);
|
--program-prefix=$(ARCH)-linux-);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user