aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-02-19 12:44:33 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-02-19 12:44:33 +0000
commit88e222c6a33a6e73976e676c54b119735eb400eb (patch)
tree1e38424d811b2ebea4a3f5b0ad9b491ce55b31fb /toolchain/gdb/Makefile
parent3cea035cac1e11760d22917181b0e6f393c8a44e (diff)
downloadmaster-187ad058-88e222c6a33a6e73976e676c54b119735eb400eb.tar.gz
master-187ad058-88e222c6a33a6e73976e676c54b119735eb400eb.tar.bz2
master-187ad058-88e222c6a33a6e73976e676c54b119735eb400eb.zip
[toolchain] update gdb to 7.2
This patch updates the toolchain gdb from 6.8 to 7.2 Signed-off-by: Steve Brown <sbrown@cortland.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25585 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 0aaa5e0dcb..995161adec 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -7,10 +7,10 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gdb
-PKG_VERSION:=6.8
+PKG_VERSION:=7.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_MD5SUM:=c9da266b884fb8fa54df786dfaadbc7a
+PKG_MD5SUM:=64260e6c56979ee750a01055f16091a5
PKG_SOURCE_URL:=@GNU/gdb
include $(INCLUDE_DIR)/toolchain-build.mk