Browse Source

workaround no needed anymore

Waldemar Brodkorb 10 years ago
parent
commit
dec39d75c1
1 changed files with 0 additions and 4 deletions
  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