diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-18 10:47:39 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-18 16:02:54 +0100 |
commit | 1944b48a3f16c5d93bba46b7e353230c06f859fd (patch) | |
tree | bee451d9521e90959efec6bf878e9b6d32ebe1b7 | |
parent | 1b07928aa647074f790a01f0302f241391b5c923 (diff) |
binutils: unbreak host build after auto-host-deps change
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/binutils/binutils.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index 20de45a85..8632d6755 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 |