diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2019-01-08 13:48:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2019-01-08 13:48:34 +0100 |
commit | 4a557d08c0aa80dc03a5b6ef6f15c0b2a6b1f49f (patch) | |
tree | 815ac9e1c0e258750f2478c9b41730e72f8be7b2 /toolchain | |
parent | 48de36b68264624ac52b5bd1f77d5c884ecd5999 (diff) |
gdb: update to 8.2.1
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index ca3a57f3e..54d8f6202 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -2,10 +2,10 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gdb -ifeq ($(ADK_TOOLCHAIN_GDB_8_1),y) -PKG_VERSION:= 8.1 +ifeq ($(ADK_TOOLCHAIN_GDB_8_2),y) +PKG_VERSION:= 8.2.1 PKG_RELEASE:= 1 -PKG_HASH:= af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34 +PKG_HASH:= 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202 PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif |