X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/800e84cc0ff36cfbc254ec9681d8731a4fd480f1..278de97272d6c67f8a68f8d266a2a0dbd89a97d4:/toolchain/gdb/Makefile diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 4911faef1..696b2e493 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -7,17 +7,13 @@ 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_SOURCE_URL:=http://ftp.gnu.org/gnu/gdb -PKG_CAT:=bzcat +PKG_MD5SUM:=c9da266b884fb8fa54df786dfaadbc7a +PKG_SOURCE_URL:=@GNU/gdb -STAGING_DIR_HOST:=$(TOOLCHAIN_DIR) -BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN) - -include $(INCLUDE_DIR)/host-build.mk +include $(INCLUDE_DIR)/toolchain-build.mk define Host/Configure (cd $(HOST_BUILD_DIR); \ @@ -29,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 \