diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-02-29 20:09:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-02-29 20:09:45 +0000 |
commit | 5168d43b16658db0bf17db9798715e4363fdf2bc (patch) | |
tree | 7b066ae98de3e213c632b3e934ead02d60af4efa /toolchain/gcc/common.mk | |
parent | 64fc5264cc4ee23fbf663e0658372eb4536bfce1 (diff) | |
download | mtk-20170518-5168d43b16658db0bf17db9798715e4363fdf2bc.zip mtk-20170518-5168d43b16658db0bf17db9798715e4363fdf2bc.tar.gz mtk-20170518-5168d43b16658db0bf17db9798715e4363fdf2bc.tar.bz2 |
gcc: update gcc 5 to version 5.3.0
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48826
Diffstat (limited to 'toolchain/gcc/common.mk')
-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 6ac5a46..e1580cf 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -28,8 +28,8 @@ GCC_DIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -ifeq ($(PKG_VERSION),5.2.0) - PKG_MD5SUM:=a51bcfeb3da7dd4c623e27207ed43467 +ifeq ($(PKG_VERSION),5.3.0) + PKG_MD5SUM:=c9616fd448f980259c31de613e575719 endif ifneq ($(CONFIG_GCC_VERSION_4_8_ARC),) |