diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-13 19:19:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-13 19:19:44 +0000 |
commit | 9fd4010f59b8ac97654be2eb2143c809bccbd3da (patch) | |
tree | d2df5b4fad8aaa6d593ffed9f26fd4e01654cc99 | |
parent | 23cdf21b4211b3264fa9140ba3e9d843bd67214e (diff) | |
download | master-187ad058-9fd4010f59b8ac97654be2eb2143c809bccbd3da.tar.gz master-187ad058-9fd4010f59b8ac97654be2eb2143c809bccbd3da.tar.bz2 master-187ad058-9fd4010f59b8ac97654be2eb2143c809bccbd3da.zip |
[toolchain] gcc: update 4.5-linaro to 4.5-2012.03
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33760 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 0e5b5983ae..49065942c6 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -38,10 +38,10 @@ ifdef CONFIG_GCC_VERSION_LLVM else ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro) ifeq ($(CONFIG_GCC_VERSION),"4.5-linaro") - PKG_REV:=4.5-2012.02 + PKG_REV:=4.5-2012.03 PKG_VERSION:=4.5.4 PKG_VERSION_MAJOR:=4.5 - PKG_MD5SUM:=e05be9ea8eca2ad4c859d35dbab568e7 + PKG_MD5SUM:=0c25f93e15e362e352c933e4649a7fc6 endif ifeq ($(CONFIG_GCC_VERSION),"4.6-linaro") PKG_REV:=4.6-2012.10 |