aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorSyrone Wong <wong.syrone@gmail.com>2016-09-03 18:31:14 +0800
committerFelix Fietkau <nbd@nbd.name>2016-09-04 13:36:09 +0200
commitf8c7e935ef8060b8ab2f5ca52832ef8dfea361bc (patch)
tree7f0a398d55e7d4b181a392bffae21e0a46210c78 /toolchain/gcc/common.mk
parentaa53f78038d541052de8764323f6f26578327606 (diff)
downloadupstream-f8c7e935ef8060b8ab2f5ca52832ef8dfea361bc.tar.gz
upstream-f8c7e935ef8060b8ab2f5ca52832ef8dfea361bc.tar.bz2
upstream-f8c7e935ef8060b8ab2f5ca52832ef8dfea361bc.zip
toolchain/gcc: bump GCC 6.1.0 to 6.2.0
Compile and run tested on ar71xx and mvebu Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Diffstat (limited to 'toolchain/gcc/common.mk')
-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 4220cf54f3..c6949dc7b4 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -32,8 +32,8 @@ ifeq ($(PKG_VERSION),5.4.0)
PKG_MD5SUM:=4c626ac2a83ef30dfb9260e6f59c2b30
endif
-ifeq ($(PKG_VERSION),6.1.0)
- PKG_MD5SUM:=8fb6cb98b8459f5863328380fbf06bd1
+ifeq ($(PKG_VERSION),6.2.0)
+ PKG_MD5SUM:=9768625159663b300ae4de2f4745fcc4
endif
ifneq ($(CONFIG_GCC_VERSION_4_8_ARC),)