From e856d62d0ad7469a99d32a34799dd75bf994449b Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 11 Jun 2015 11:57:11 +0000 Subject: toolchain/gcc: upgrade Linaro GCC 4.9 to 4.9-2015.03 Signed-off-by: Imre Kaloz SVN-Revision: 45944 --- toolchain/gcc/common.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'toolchain/gcc/common.mk') diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 67263cf34c..d07f607c47 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -42,11 +42,11 @@ ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro) PKG_COMP:=xz endif ifeq ($(CONFIG_GCC_VERSION),"4.9-linaro") - LINARO_RELEASE:=14.10 - PKG_REV:=4.9-2014.10 - PKG_VERSION:=4.9.2 + LINARO_RELEASE:=15.03 + PKG_REV:=4.9-2015.03 + PKG_VERSION:=4.9.3 PKG_VERSION_MAJOR:=4.9 - PKG_MD5SUM:=230da25b1e7661a8659eb770c5c88442 + PKG_MD5SUM:=f9d256d120adfbb45dd3e2d22b70cba9 PKG_COMP:=xz endif ifneq ($(LINARO_RELEASE),) -- cgit v1.2.3