Explorar o código

workaround no needed anymore

Waldemar Brodkorb %!s(int64=12) %!d(string=hai) anos
pai
achega
dec39d75c1
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      toolchain/binutils/Makefile

+ 0 - 4
toolchain/binutils/Makefile

@@ -64,10 +64,6 @@ $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured
 
 $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
 	$(MAKE) -C $(WRKBUILD) install
-	# needed on hosts without readelf, but strange things happen on Cygwin.
-ifeq (${OStype},Darwin)
-	$(CP) $(WRKBUILD)/binutils/readelf $(TOOLCHAIN_DIR)/usr/bin
-endif
 	touch $@
 
 include ${TOPDIR}/mk/toolchain.mk