Explorar el Código

install readelf to staging

Waldemar Brodkorb hace 16 años
padre
commit
e9a5858377
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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