summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-09-30 21:36:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-09-30 21:36:12 +0000
commit3959555e29cde78f47554fab0378a8a03499d69b (patch)
treed01e9bde5fcdddfc9cf62caa1ad8004a5a34db16 /toolchain/binutils
parent1161df826f91c97dc6ab302c16f5bfd19a5ceab9 (diff)
downloadmaster-31e0f0ae-3959555e29cde78f47554fab0378a8a03499d69b.tar.gz
master-31e0f0ae-3959555e29cde78f47554fab0378a8a03499d69b.tar.bz2
master-31e0f0ae-3959555e29cde78f47554fab0378a8a03499d69b.zip
binutils: update -linaro to 2.24.0-2014.09
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42704
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 73c303ffb5..abfef7c7b8 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -11,10 +11,10 @@ PKG_VERSION:=$(call qstrip,$(CONFIG_BINUTILS_VERSION))
BIN_VERSION:=$(PKG_VERSION)
ifeq ($(findstring linaro, $(CONFIG_BINUTILS_VERSION)),linaro)
- PKG_SOURCE_URL:=https://releases.linaro.org/13.12/components/toolchain/binutils-linaro/
- PKG_REV:=2.24-2013.12
+ PKG_SOURCE_URL:=https://releases.linaro.org/14.09/components/toolchain/binutils-linaro/
+ PKG_REV:=2.24.0-2014.09
PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.xz
- PKG_MD5SUM:=4f0fe947895a260b8386de63b09feb18
+ PKG_MD5SUM:=8f9b2b2e049d59b1b86ce9657802a353
BINUTILS_DIR:=$(PKG_NAME)-linaro-$(PKG_REV)
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(BINUTILS_DIR)
else