mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
binutils: unbreak host build after auto-host-deps change
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
1b07928aa6
commit
1944b48a3f
@ -40,6 +40,8 @@ HOST_BINUTILS_CONF_OPT = --disable-multilib --disable-werror \
|
|||||||
$(BR2_CONFIGURE_STAGING_SYSROOT) \
|
$(BR2_CONFIGURE_STAGING_SYSROOT) \
|
||||||
$(BINUTILS_EXTRA_CONFIG_OPTIONS)
|
$(BINUTILS_EXTRA_CONFIG_OPTIONS)
|
||||||
|
|
||||||
|
HOST_BINUTILS_DEPENDENCIES =
|
||||||
|
|
||||||
# We just want libbfd and libiberty, not the full-blown binutils in staging
|
# We just want libbfd and libiberty, not the full-blown binutils in staging
|
||||||
define BINUTILS_INSTALL_STAGING_CMDS
|
define BINUTILS_INSTALL_STAGING_CMDS
|
||||||
$(MAKE) -C $(@D)/bfd DESTDIR=$(STAGING_DIR) install
|
$(MAKE) -C $(@D)/bfd DESTDIR=$(STAGING_DIR) install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user