summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-19 19:37:33 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-19 19:37:33 +0000
commitd82044de9c91101504490c46649883e65f558cf2 (patch)
tree9beb1c05351bcf055e5a13696cf6edf5060d8dc6 /toolchain
parent274c21cd8ec73c3818ee548cdb8ca60e49f905a2 (diff)
downloadmaster-31e0f0ae-d82044de9c91101504490c46649883e65f558cf2.tar.gz
master-31e0f0ae-d82044de9c91101504490c46649883e65f558cf2.tar.bz2
master-31e0f0ae-d82044de9c91101504490c46649883e65f558cf2.zip
gcc-4.7-linaro: update to 2012.11
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34263
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/common.mk4
1 files changed, 2 insertions, 2 deletions
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