X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=toolchain%2Fgdb%2FMakefile;h=df4fe55a4a86091716cede3e93febb65f1d138d5;hp=fc1e5b65a59076831e65c5aceeb8e1ba0019a496;hb=391eb6e69c09d9f107b8c30a91c63dce37820043;hpb=e725ea66c7088fea48cb551e77d851fd438c9611 diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index fc1e5b65a..df4fe55a4 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 @@ -24,8 +24,9 @@ define Host/Configure --build=$(GNU_HOST_NAME) \ --host=$(GNU_HOST_NAME) \ --target=$(REAL_GNU_TARGET_NAME) \ + --disable-werror \ $(DISABLE_NLS) \ - --without-uiout --disable-gdbmi \ + --without-uiout \ --disable-tui --disable-gdbtk --without-x \ --without-included-gettext \ --enable-threads \