summaryrefslogtreecommitdiffstats
path: root/package/binutils
diff options
context:
space:
mode:
authorPeter Korsgaard2012-01-18 10:47:39 +0100
committerPeter Korsgaard2012-01-18 16:02:54 +0100
commit1944b48a3f16c5d93bba46b7e353230c06f859fd (patch)
treebee451d9521e90959efec6bf878e9b6d32ebe1b7 /package/binutils
parentOnly derrive HOST_FOO_DEPENDENCIES from FOO_DEPENDENCIES if not set, not none... (diff)
downloadbuildroot-1944b48a3f16c5d93bba46b7e353230c06f859fd.tar.gz
buildroot-1944b48a3f16c5d93bba46b7e353230c06f859fd.tar.xz
buildroot-1944b48a3f16c5d93bba46b7e353230c06f859fd.zip
binutils: unbreak host build after auto-host-deps change
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/binutils')
-rw-r--r--package/binutils/binutils.mk2
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