diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-23 22:01:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-23 22:04:03 +0100 |
commit | 3863dc6122a090399e236326f29a1094e6a856e8 (patch) | |
tree | 1725b72c863bfb30bee1a8c6b9e597f4f06313f0 /toolchain | |
parent | 5e0550e2f2fdf37bd2efde8aeb399b1aa2d5e1c8 (diff) |
add gdb git from ysato for h8300
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index 24d6c87af..c2b2ce9ad 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -31,6 +31,12 @@ PKG_SITES:= http://distfiles.openadk.org/ 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:= c3a6afca56427ce606cdc8e8e9f0ffbc1e9fd6cd +PKG_RELEASE:= 1 +PKG_SITES:= git://git.pf.osdn.jp/gitroot/y/ys/ysato/binutils_gdb.git +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +endif ifeq ($(ADK_TOOLCHAIN_GDB_GIT),y) PKG_VERSION:= git PKG_RELEASE:= 1 |