Browse Source

install readelf to staging

Waldemar Brodkorb 14 years ago
parent
commit
e9a5858377
1 changed files with 2 additions and 0 deletions
  1. 2 0
      toolchain/binutils/Makefile

+ 2 - 0
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