summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-13 19:19:41 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-13 19:19:41 +0000
commitba7c382c770f51a84580b70136cfc582456dbb12 (patch)
tree2c6aa60c2d5ade06e98cea9f499cb2b900666231 /toolchain/gcc/common.mk
parent3f3a7d68ff3301f34c715620b959192301614c3e (diff)
[toolchain] gcc: update 4.7-linaro to 4.7-2012.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33759 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 4970ccde8..0e5b5983a 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -50,10 +50,10 @@ ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro)
PKG_MD5SUM:=acd304caf055ccaaca4e3ef61da11e7d
endif
ifeq ($(CONFIG_GCC_VERSION),"4.7-linaro")
- PKG_REV:=4.7-2012.04
- PKG_VERSION:=4.7.1
+ PKG_REV:=4.7-2012.10
+ PKG_VERSION:=4.7.3
PKG_VERSION_MAJOR:=4.7
- PKG_MD5SUM:=6dab459c1177fc9ae2969e7a39549d44
+ PKG_MD5SUM:=a5ca87667350f1395d4da40c94ef059c
endif
PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/$(PKG_VERSION_MAJOR)/$(PKG_REV)/+download/
PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2