aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-03-10 19:11:41 +0000
committerJohn Crispin <blogic@openwrt.org>2016-03-10 19:11:41 +0000
commit263e5b03a478823e8eed472382dfbadde196e3fb (patch)
tree028080aa35e25c1b31f251ee0e6d010fd1c9bcb5 /toolchain/gdb/Makefile
parente75b0f97b9c10a4f7545650dddb4768ed1cced40 (diff)
downloadmaster-187ad058-263e5b03a478823e8eed472382dfbadde196e3fb.tar.gz
master-187ad058-263e5b03a478823e8eed472382dfbadde196e3fb.tar.bz2
master-187ad058-263e5b03a478823e8eed472382dfbadde196e3fb.zip
toolchain/gdb: Update to 7.11
Update gdb to version 7.11 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48989 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gdb/Makefile')
-rw-r--r--toolchain/gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 19f4931159..0e1b0a27bc 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -16,11 +16,11 @@ PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils
PKG_MD5SUM:=d318829bfd2ed62714817f0d25706825
GDB_DIR:=binutils-$(PKG_NAME)-$(PKG_VERSION)
else
-PKG_VERSION:=7.10.1
+PKG_VERSION:=7.11
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/gdb
-PKG_MD5SUM:=39e654460c9cdd80200a29ac020cfe11
+PKG_MD5SUM:=b5c784685e1cde65ba135feea86b6d75
GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION)
endif