diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-22 11:46:57 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-22 11:46:57 -0500 |
commit | 1367206274b6bac3e3c58c2f52eb30afe07e4b1f (patch) | |
tree | 2e74bdbd69fc42460db8d4791de673ead805ea20 /toolchain | |
parent | d41413fd8fca00d1056d7aa3748d3d6517c210d9 (diff) |
update binutils to latest stable version
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/binutils/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index b1e09c045..453a6262e 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -2,10 +2,10 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= binutils -ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_25),y) -PKG_VERSION:= 2.25 +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_25_1),y) +PKG_VERSION:= 2.25.1 PKG_RELEASE:= 1 -PKG_HASH:= cccf377168b41a52a76f46df18feb8f7285654b3c1bd69fc8265cb0fc6902f2d +PKG_HASH:= 82a40a37b13a12facb36ac7e87846475a1d80f2e63467b1b8d63ec8b6a2b63fc PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif |