Parcourir la source

install readelf to staging

Waldemar Brodkorb il y a 14 ans
Parent
commit
e9a5858377
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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