diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 18:54:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 18:54:26 +0200 |
commit | 981a3b4e1d36c464d5ef874cc20270dbc2524405 (patch) | |
tree | 220be73416326e1f3d0db42e1f603fc4185738e2 /toolchain/gdb | |
parent | 7bc490a6405b9eeb789c9d189c939af590861971 (diff) |
update to latest stable gdb version
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index c0c87144d..6a1cd17a6 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -2,6 +2,13 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gdb +ifeq ($(ADK_TOOLCHAIN_GDB_7_9),y) +PKG_VERSION:= 7.9 +PKG_RELEASE:= 1 +PKG_HASH:= 9b315651a16528f7af8c7d8284699fb0c965df316cc7339bb0b7bae335848392 +PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +endif ifeq ($(ADK_TOOLCHAIN_GDB_7_8_2),y) PKG_VERSION:= 7.8.2 PKG_RELEASE:= 1 |