diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-13 19:19:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-13 19:19:38 +0000 |
commit | 5d223006f93ed2a12810e573dc5c5c2cfa4d06a4 (patch) | |
tree | 6281bccd93c9330bac57c83c5186a28d0677ea2c /toolchain/gcc/common.mk | |
parent | 1b33268404a40b748c211b6be23e857871406064 (diff) | |
download | upstream-5d223006f93ed2a12810e573dc5c5c2cfa4d06a4.tar.gz upstream-5d223006f93ed2a12810e573dc5c5c2cfa4d06a4.tar.bz2 upstream-5d223006f93ed2a12810e573dc5c5c2cfa4d06a4.zip |
gcc: update gcc-4.6-linaro to 4.6-2012.10
SVN-Revision: 33758
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 53e4635df4..4970ccde8c 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -44,10 +44,10 @@ ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro) PKG_MD5SUM:=e05be9ea8eca2ad4c859d35dbab568e7 endif ifeq ($(CONFIG_GCC_VERSION),"4.6-linaro") - PKG_REV:=4.6-2012.02 - PKG_VERSION:=4.6.3 + PKG_REV:=4.6-2012.10 + PKG_VERSION:=4.6.4 PKG_VERSION_MAJOR:=4.6 - PKG_MD5SUM:=2b7887846f8e5ac1ca58fe4dfaabf5a6 + PKG_MD5SUM:=acd304caf055ccaaca4e3ef61da11e7d endif ifeq ($(CONFIG_GCC_VERSION),"4.7-linaro") PKG_REV:=4.7-2012.04 |