diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-02-19 12:44:33 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-02-19 12:44:33 +0000 |
commit | 237d0ec935ce4fa08fc97dae47a2ef09ebafe92b (patch) | |
tree | cc3aa18d5321f26d300b0813e17bcb975430ad72 /toolchain/gdb/Makefile | |
parent | b7f8e1276d0d44a76cd7d4dfcf5e15fc3f2bffa4 (diff) | |
download | upstream-237d0ec935ce4fa08fc97dae47a2ef09ebafe92b.tar.gz upstream-237d0ec935ce4fa08fc97dae47a2ef09ebafe92b.tar.bz2 upstream-237d0ec935ce4fa08fc97dae47a2ef09ebafe92b.zip |
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>
SVN-Revision: 25585
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 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 |