1
0
فهرست منبع

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