summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile2
-rw-r--r--toolchain/gdb/Makefile.inc3
2 files changed, 2 insertions, 3 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)
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index 1c6dc445f..1573d4aa7 100644
--- a/toolchain/gdb/Makefile.inc
+++ b/toolchain/gdb/Makefile.inc
@@ -32,8 +32,9 @@ DISTFILES:= gdb-6.7.1-avr32-2.1.5.tar.bz2
WRKDIST= $(WRKDIR)/gdb-6.7.1-avr32-2.1.5
endif
ifeq ($(ADK_TOOLCHAIN_GDB_H8300_GIT),y)
-PKG_VERSION:= bf777b3966985cdb27184df90d175cb5a7a8fedc
+PKG_VERSION:= ysato-h8300
PKG_RELEASE:= 1
+PKG_GIT:= branch
PKG_SITES:= git://git.pf.osdn.jp/gitroot/y/ys/ysato/binutils_gdb.git
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif