From 5c09f2c5311f5562cfc774aa092cec2d182be3d4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 7 Sep 2015 11:41:16 +0200 Subject: update gdb to latest, set to default --- toolchain/gdb/Makefile.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'toolchain/gdb/Makefile.inc') diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index 3cb465179..2a9141ada 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_10),y) +PKG_VERSION:= 7.10 +PKG_RELEASE:= 1 +PKG_HASH:= 7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8 +PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +endif ifeq ($(ADK_TOOLCHAIN_GDB_7_9_1),y) PKG_VERSION:= 7.9.1 PKG_RELEASE:= 1 -- cgit v1.2.3