diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-12 21:18:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-12 21:19:10 +0100 |
commit | ede9a4e76a4441269c5763ced9ef717abd841dda (patch) | |
tree | 50ce7d1433fe3d791c6fb63b21332060c5d24271 /toolchain/binutils | |
parent | f147d17149074ef2c5f871649a6e9b3c7ef31597 (diff) |
limit workaround to h8/300, move 4.2.x patches to get used
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 262ed5ff5..d4f6a54a9 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -68,9 +68,11 @@ $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled $(MAKE) -C $(WRKBUILD) install ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y) +ifeq ($(ADK_TARGET_ARCH_H8300),y) $(INSTALL_DIR) $(TOOLCHAIN_DIR)/usr/lib/ldscripts $(CP) $(WRKBUILD)/ld/ldscripts/* $(TOOLCHAIN_DIR)/usr/lib/ldscripts/ endif +endif @touch $@ include ${ADK_TOPDIR}/mk/toolchain.mk |