summaryrefslogtreecommitdiff
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-31 20:21:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-31 20:21:19 +0200
commit8051bb1d9846ebdf6f0de56adb6bf283e9cea6d6 (patch)
treeee530f9ad15bfae7753f3e069a6a5b1f65cb7fc8 /toolchain/binutils
parente1d893c29e1687e18b0297419dfdb2fca0e47654 (diff)
h8300: use correct branch for gdb simulator
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 091d62c3d..581dffe68 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -66,12 +66,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) $(STAGING_TARGET_DIR)/usr/lib/ldscripts
$(CP) $(WRKBUILD)/ld/ldscripts/* $(STAGING_TARGET_DIR)/usr/lib/ldscripts/
endif
-endif
ifeq ($(ADK_TARGET_USE_GOLD),y)
(cd $(TOOLCHAIN_DIR)/usr/bin && \
ln -sf $(GNU_TARGET_NAME)-ld.gold $(GNU_TARGET_NAME)-ld)