summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Makefile.inc
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/gdb/Makefile.inc
parente1d893c29e1687e18b0297419dfdb2fca0e47654 (diff)
h8300: use correct branch for gdb simulator
Diffstat (limited to 'toolchain/gdb/Makefile.inc')
-rw-r--r--toolchain/gdb/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
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