瀏覽代碼

workaround no needed anymore

Waldemar Brodkorb 11 年之前
父節點
當前提交
dec39d75c1
共有 1 個文件被更改,包括 0 次插入4 次删除
  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