summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-14 11:51:10 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-15 14:17:30 +0200
commitd4916359c0e59dc21a4e29eaa1fa807cdac34e7d (patch)
treef77f083e403d708ae0f7f94ba0aec0927c96dfa8 /toolchain
parent0aa64508403d3f32c531d769cb78826597305059 (diff)
downloadmaster-31e0f0ae-d4916359c0e59dc21a4e29eaa1fa807cdac34e7d.tar.gz
master-31e0f0ae-d4916359c0e59dc21a4e29eaa1fa807cdac34e7d.tar.bz2
master-31e0f0ae-d4916359c0e59dc21a4e29eaa1fa807cdac34e7d.zip
toolchain/gdb: update to version 7.11.1
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 8d41ee9781..bc2cab90c3 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -17,11 +17,11 @@ PKG_MD5SUM:=775caaf6385c16f20b6f53c0a2b95f79
GDB_DIR:=binutils-$(PKG_NAME)-$(PKG_VERSION)
PATCH_DIR:=./patches-arc
else
-PKG_VERSION:=7.11
+PKG_VERSION:=7.11.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/gdb
-PKG_MD5SUM:=b5c784685e1cde65ba135feea86b6d75
+PKG_MD5SUM:=5aa71522e488e358243917967db87476
GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION)
endif