diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-22 17:59:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-22 17:59:18 +0200 |
commit | dec39d75c13c31c8f4db47e29a92231f8a5aa3dc (patch) | |
tree | 6dade42f693c0281d7a876e3184b8c9e80c49426 | |
parent | 783154de989e3ebcebe75602ea83673d5fcec36f (diff) |
workaround no needed anymore
-rw-r--r-- | toolchain/binutils/Makefile | 4 |
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 |