summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-02 16:00:23 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-02 16:00:23 +0000
commitea7cd11d5f26fbc13fc6795bdbb302ebfe684802 (patch)
tree3da387749fabf248311f8beba63ab40dda7c799f /toolchain
parentc0051d26cee5ba02f4112b3b16682e8c05db987c (diff)
toolchain/gcc: update 4.7-linaro to 2013.03
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36154 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 82abc8a02..b5d3fd0c8 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -33,10 +33,10 @@ ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro)
PKG_MD5SUM:=6b6c6a4faa026edd1193cf6426309039
endif
ifeq ($(CONFIG_GCC_VERSION),"4.7-linaro")
- PKG_REV:=4.7-2012.12
+ PKG_REV:=4.7-2013.03
PKG_VERSION:=4.7.3
PKG_VERSION_MAJOR:=4.7
- PKG_MD5SUM:=247b15687358bc7958eeb91ab22637d1
+ PKG_MD5SUM:=72e37ed0601f72e4d7e842d7e5373148
endif
PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/$(PKG_VERSION_MAJOR)/$(PKG_REV)/+download/
PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2