diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-06 10:28:45 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-06 10:28:45 +0000 |
commit | 5e906232b0363d2419a3cc5f697bf742cc5fcd7b (patch) | |
tree | c2ea2c52091b96cae5f75d0bd2a54836d55c3728 /toolchain/gcc/common.mk | |
parent | a7f0eb013a92a1736521024a4795c2e2781e3636 (diff) | |
download | upstream-5e906232b0363d2419a3cc5f697bf742cc5fcd7b.tar.gz upstream-5e906232b0363d2419a3cc5f697bf742cc5fcd7b.tar.bz2 upstream-5e906232b0363d2419a3cc5f697bf742cc5fcd7b.zip |
upgrade Linaro GCC 4.8 to 2014.01
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39501
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index ec324ea159..446e9934bc 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -2,7 +2,7 @@ # Copyright (C) 2002-2003 Erik Andersen <andersen@uclibc.org> # Copyright (C) 2004 Manuel Novoa III <mjn3@uclibc.org> # Copyright (C) 2005-2006 Felix Fietkau <nbd@openwrt.org> -# Copyright (C) 2006-2013 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -34,10 +34,10 @@ ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro) PKG_COMP:=bz2 endif ifeq ($(CONFIG_GCC_VERSION),"4.8-linaro") - PKG_REV:=4.8-2013.12 + PKG_REV:=4.8-2014.01 PKG_VERSION:=4.8.3 PKG_VERSION_MAJOR:=4.8 - PKG_MD5SUM:=bd7a22ff4d1b6bb4824ef908e07bde66 + PKG_MD5SUM:=b8bc08b05ff079dcdc020336a67ca4e1 PKG_COMP:=xz endif PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/$(PKG_VERSION_MAJOR)/$(PKG_REV)/+download/ |