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 | 05fb7699d15d95a763385e37e43dea25c5937442 (patch) | |
tree | 869e5b372e2eeb61c3387c557758d5ce9646b98e /toolchain | |
parent | 7b1bad689a2fdc9167cffe7ce4c33d813bdd3106 (diff) | |
download | upstream-05fb7699d15d95a763385e37e43dea25c5937442.tar.gz upstream-05fb7699d15d95a763385e37e43dea25c5937442.tar.bz2 upstream-05fb7699d15d95a763385e37e43dea25c5937442.zip |
[toolchain] gcc-4.6-linaro: update to 2012.11
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34264 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |