diff options
author | Waldemar Brodkorb <w.brodkorb@deubert.it> | 2016-01-09 09:47:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <w.brodkorb@deubert.it> | 2016-01-09 09:47:43 +0100 |
commit | f72a2120de1392cf1317d3f222089cc0d07474a2 (patch) | |
tree | 4c66d3c102a2bc324cfcbf6d96fb5b6c7d5e7840 /toolchain | |
parent | 30bf7288070984e784dbef3f5511dada97102099 (diff) |
update gdb for h8/300, includes clang patches
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index c2b2ce9ad..2fe235fed 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -32,7 +32,7 @@ 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_VERSION:= bf777b3966985cdb27184df90d175cb5a7a8fedc PKG_RELEASE:= 1 PKG_SITES:= git://git.pf.osdn.jp/gitroot/y/ys/ysato/binutils_gdb.git DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz |