From ede9a4e76a4441269c5763ced9ef717abd841dda Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 12 Nov 2015 21:18:04 +0100 Subject: limit workaround to h8/300, move 4.2.x patches to get used --- toolchain/binutils/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/binutils') diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 262ed5ff5..d4f6a54a9 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -68,8 +68,10 @@ $(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 $@ -- cgit v1.2.3