summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-23 12:14:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-23 12:14:15 +0200
commite9a5858377d78cfb93593df3d86da18fe560649d (patch)
tree333b21fcdaa474463593c3865a007f898c51931f /toolchain
parent126fb42bf9e5eee309fc3dcb889e49e6c88da15a (diff)
install readelf to staging
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index d76d98125..d20328193 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -40,6 +40,8 @@ $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured
$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
$(MAKE) -C $(WRKBUILD) install
+ # needed on hosts without readelf
+ $(CP) $(WRKBUILD)/binutils/readelf $(STAGING_TOOLS)
touch $@
include ${TOPDIR}/mk/toolchain.mk