From: florian Date: Mon, 19 Nov 2012 19:37:33 +0000 (+0000) Subject: [toolchain] gcc-4.7-linaro: update to 2012.11 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4601430cdc9c9d39672c9a5cca7294a4e05a9bd5;p=openwrt.git [toolchain] gcc-4.7-linaro: update to 2012.11 Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34263 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 558831acee..ff62e16b98 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -50,10 +50,10 @@ ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro) PKG_MD5SUM:=acd304caf055ccaaca4e3ef61da11e7d endif ifeq ($(CONFIG_GCC_VERSION),"4.7-linaro") - PKG_REV:=4.7-2012.10 + PKG_REV:=4.7-2012.11 PKG_VERSION:=4.7.3 PKG_VERSION_MAJOR:=4.7 - PKG_MD5SUM:=a5ca87667350f1395d4da40c94ef059c + PKG_MD5SUM:=590481ff4aff1a9e0f9a206516248877 endif PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/$(PKG_VERSION_MAJOR)/$(PKG_REV)/+download/ PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2