summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-22 17:59:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-22 17:59:18 +0200
commitdec39d75c13c31c8f4db47e29a92231f8a5aa3dc (patch)
tree6dade42f693c0281d7a876e3184b8c9e80c49426 /toolchain
parent783154de989e3ebcebe75602ea83673d5fcec36f (diff)
workaround no needed anymore
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile4
1 files changed, 0 insertions, 4 deletions
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