From dec39d75c13c31c8f4db47e29a92231f8a5aa3dc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 22 Apr 2014 17:59:18 +0200 Subject: workaround no needed anymore --- toolchain/binutils/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'toolchain') diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 87cea2987..8947ee77e 100644 --- a/toolchain/binutils/Makefile +++ b/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 -- cgit v1.2.3