upgrade the Linaro binutils to 2.24-2013.12

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 39210
This commit is contained in:
Imre Kaloz
2014-01-07 15:03:55 +00:00
parent f6be067784
commit 5c3cb628f8
9 changed files with 19 additions and 29 deletions

View File

@@ -13,10 +13,10 @@ PKG_VERSION:=$(strip $(subst ",, $(CONFIG_BINUTILS_VERSION)))
PKG_RELEASE:=6
ifeq ($(findstring linaro, $(CONFIG_BINUTILS_VERSION)),linaro)
PKG_SOURCE_URL:=https://releases.linaro.org/13.06/components/toolchain/binutils-linaro/
PKG_REV:=2.23.2-2013.06
PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2
BINUTILS_DIR:=$(PKG_NAME)-2.23.2
PKG_SOURCE_URL:=https://releases.linaro.org/13.12/components/toolchain/binutils-linaro/
PKG_REV:=2.24-2013.12
PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.xz
BINUTILS_DIR:=$(PKG_NAME)-linaro-$(PKG_REV)
PKG_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(BINUTILS_DIR)
PKG_VERSION:=$(PKG_REV)
else