From: Peter Korsgaard Date: Wed, 18 Jan 2012 09:47:39 +0000 (+0100) Subject: binutils: unbreak host build after auto-host-deps change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1944b48a3f16c5d93bba46b7e353230c06f859fd;p=buildroot.git binutils: unbreak host build after auto-host-deps change Signed-off-by: Peter Korsgaard --- diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index 20de45a854..8632d67556 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -40,6 +40,8 @@ HOST_BINUTILS_CONF_OPT = --disable-multilib --disable-werror \ $(BR2_CONFIGURE_STAGING_SYSROOT) \ $(BINUTILS_EXTRA_CONFIG_OPTIONS) +HOST_BINUTILS_DEPENDENCIES = + # We just want libbfd and libiberty, not the full-blown binutils in staging define BINUTILS_INSTALL_STAGING_CMDS $(MAKE) -C $(@D)/bfd DESTDIR=$(STAGING_DIR) install