projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b07928
)
binutils: unbreak host build after auto-host-deps change
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 18 Jan 2012 09:47:39 +0000
(10:47 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 18 Jan 2012 15:02:54 +0000
(16:02 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/binutils/binutils.mk
patch
|
blob
|
history
diff --git
a/package/binutils/binutils.mk
b/package/binutils/binutils.mk
index 20de45a8547c70e15da8feac6500f43341afe222..8632d675560948ddbb5c746569ac185da302982e 100644
(file)
--- 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