summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-05 09:42:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-05 09:42:36 +0100
commitdd7f6076476db449f510a90a1e4d2285dd971204 (patch)
tree6489fa6dc8ce736bf048b97a10ba987bc66eaf07 /toolchain/binutils/Makefile.inc
parent235ad0e8e1b1bd4552451def05ec9f435f0c1eb7 (diff)
binutils: add 2.28, default to 2.28
Diffstat (limited to 'toolchain/binutils/Makefile.inc')
-rw-r--r--toolchain/binutils/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index e6a023ff3..22ffb2c46 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -2,6 +2,13 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= binutils
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_28),y)
+PKG_VERSION:= 2.28
+PKG_RELEASE:= 1
+PKG_HASH:= cd717966fc761d840d451dbd58d44e1e5b92949d2073d75b73fccb476d772fcf
+PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_27),y)
PKG_VERSION:= 2.27
PKG_RELEASE:= 1