X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=toolchain%2Fgdb%2FMakefile;h=97d88d65a60de92bab5db3e36a273598be125204;hb=6d6db4ff7bc2263f56e0abfb86e4c3305e7e6e49;hp=d3fe164e63c77bb0e0a689be3bd66d416b835324;hpb=8b5d644bb36846660e1fa20d38361fec12a14b28;p=openwrt%2Fopenwrt.git diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index d3fe164e63..97d88d65a6 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2015 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,21 +9,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdb ifeq ($(CONFIG_arc),y) -PKG_VERSION:=arc-2015.06-gdb +PKG_VERSION:=arc-2016.03-gdb PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/arc-2015.06-gdb/ -PKG_MD5SUM:=d318829bfd2ed62714817f0d25706825 +PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/archive/arc-2016.03-gdb +PKG_MD5SUM:=775caaf6385c16f20b6f53c0a2b95f79 GDB_DIR:=binutils-$(PKG_NAME)-$(PKG_VERSION) else -PKG_VERSION:=7.10 +PKG_VERSION:=7.11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gdb -PKG_MD5SUM:=2a35bac41fa8e10bf04f3a0dd7f7f363 +PKG_MD5SUM:=b5c784685e1cde65ba135feea86b6d75 GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION) endif +PATCH_DIR:=./patches/$(PKG_VERSION) + HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GDB_DIR) HOST_BUILD_PARALLEL:=1 @@ -44,6 +46,7 @@ HOST_CONFIGURE_ARGS = \ --without-included-gettext \ --enable-threads \ --with-expat \ + --without-python \ --disable-binutils \ --disable-ld \ --disable-gas \