Forráskód Böngészése

install readelf to staging

Waldemar Brodkorb 14 éve
szülő
commit
e9a5858377
1 módosított fájl, 2 hozzáadás és 0 törlés
  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