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 | 3a31553a0e5a5f889117e7019f263e3e1d3d652b (patch) | |
tree | 02da61800af198b9d492d5cdd188c4efde8fa9ac /toolchain/gcc | |
parent | 42c4a16172329bfe64ddd948b7999f9a82c62df9 (diff) | |
download | upstream-3a31553a0e5a5f889117e7019f263e3e1d3d652b.tar.gz upstream-3a31553a0e5a5f889117e7019f263e3e1d3d652b.tar.bz2 upstream-3a31553a0e5a5f889117e7019f263e3e1d3d652b.zip |
gcc: update 4.5-linaro to 4.5-2012.03
SVN-Revision: 33760
Diffstat (limited to 'toolchain/gcc')
-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 |