summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk8
1 files changed, 4 insertions, 4 deletions
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),)