summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-02-28 21:02:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-02-28 21:02:49 +0000
commit2b754c248784f40f47b22005efdc13fb1600ce79 (patch)
tree0a80807ee0c2957eee2750cb46b5b1c7b179b7c8 /toolchain/gdb/Makefile
parentdfd746cd47bd2591e8abebe33da7f4c0ab947f1e (diff)
downloadmaster-31e0f0ae-2b754c248784f40f47b22005efdc13fb1600ce79.tar.gz
master-31e0f0ae-2b754c248784f40f47b22005efdc13fb1600ce79.tar.bz2
master-31e0f0ae-2b754c248784f40f47b22005efdc13fb1600ce79.zip
upgrade the cross-gdb to 6.8 (patch from #4701)
SVN-Revision: 14697
Diffstat (limited to 'toolchain/gdb/Makefile')
-rw-r--r--toolchain/gdb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index fc1e5b65a5..696b2e4931 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -7,10 +7,10 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gdb
-PKG_VERSION:=6.3
+PKG_VERSION:=6.8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_MD5SUM:=05b928f41fa5b482e49ca2c24762a0ae
+PKG_MD5SUM:=c9da266b884fb8fa54df786dfaadbc7a
PKG_SOURCE_URL:=@GNU/gdb
include $(INCLUDE_DIR)/toolchain-build.mk
@@ -25,7 +25,7 @@ define Host/Configure
--host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
$(DISABLE_NLS) \
- --without-uiout --disable-gdbmi \
+ --without-uiout \
--disable-tui --disable-gdbtk --without-x \
--without-included-gettext \
--enable-threads \