diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-10-19 12:30:53 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-10-24 08:45:06 +0200 |
commit | 0ec2738b21330a3128ce83564bc13a6d44679f0b (patch) | |
tree | 910f717878b676dfa990d31fc83ed1d7baa6b58c /toolchain/gdb/Makefile | |
parent | ecc091b0f69af349efe507052fcf826826e12d75 (diff) | |
download | upstream-0ec2738b21330a3128ce83564bc13a6d44679f0b.tar.gz upstream-0ec2738b21330a3128ce83564bc13a6d44679f0b.tar.bz2 upstream-0ec2738b21330a3128ce83564bc13a6d44679f0b.zip |
toolchain/gdb: update to version 7.12
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/gdb/Makefile')
-rw-r--r-- | toolchain/gdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index bc2cab90c3..78f4fca420 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.1 +PKG_VERSION:=7.12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gdb -PKG_MD5SUM:=5aa71522e488e358243917967db87476 +PKG_MD5SUM:=834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94 GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION) endif |