diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-23 12:14:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-23 12:14:15 +0200 |
commit | e9a5858377d78cfb93593df3d86da18fe560649d (patch) | |
tree | 333b21fcdaa474463593c3865a007f898c51931f | |
parent | 126fb42bf9e5eee309fc3dcb889e49e6c88da15a (diff) |
install readelf to staging
-rw-r--r-- | toolchain/binutils/Makefile | 2 |
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 |