diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-19 19:37:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-19 19:37:39 +0000 |
commit | 9659e20d57ecfa80e858be6246c5558739a1f492 (patch) | |
tree | c36485eb64408166d07f0c4ce63861e19b033f67 /toolchain | |
parent | d82044de9c91101504490c46649883e65f558cf2 (diff) | |
download | upstream-9659e20d57ecfa80e858be6246c5558739a1f492.tar.gz upstream-9659e20d57ecfa80e858be6246c5558739a1f492.tar.bz2 upstream-9659e20d57ecfa80e858be6246c5558739a1f492.zip |
gcc-4.6-linaro: update to 2012.11
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34264
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index ff62e16b98..6e4c61214b 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -44,10 +44,10 @@ ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro) PKG_MD5SUM:=0c25f93e15e362e352c933e4649a7fc6 endif ifeq ($(CONFIG_GCC_VERSION),"4.6-linaro") - PKG_REV:=4.6-2012.10 + PKG_REV:=4.6-2012.11 PKG_VERSION:=4.6.4 PKG_VERSION_MAJOR:=4.6 - PKG_MD5SUM:=acd304caf055ccaaca4e3ef61da11e7d + PKG_MD5SUM:=d2632b8d3c0e44025dd1c8661db0c201 endif ifeq ($(CONFIG_GCC_VERSION),"4.7-linaro") PKG_REV:=4.7-2012.11 |