summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-04 16:53:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-05 07:53:10 +0200
commit566bce487d50be2de054cfcfc68bf28518ce455c (patch)
treebf0558d87b9e245726b4a5b1c21e521cbca743a0 /toolchain/binutils/Makefile.inc
parentbf80fd6d0cab4d9f4babb99f92eee47b19dcbd42 (diff)
start arc integration
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 128d100e3..054f74392 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -9,6 +9,13 @@ PKG_RELEASE:= 1
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_23_ARC),y)
+PKG_VERSION:= 2.23
+PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
+PKG_RELEASE:= 1
+PKG_SITES:= http://www.openadk.org/distfiles/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz
+endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_22),y)
PKG_VERSION:= 2.22
PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88