summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-09 21:35:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-09 21:38:05 +0200
commitfe3ec0b2af8d02c1d5f198c119b80a335d89eb0f (patch)
treeba38555cad08c89745638d6b8becaff6cd83b390 /toolchain/binutils/Makefile.inc
parent3b9f9fc8e3468e0930fe1ab952cbae3894c256f0 (diff)
add toolchain support for avr32
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 054f74392..75819f916 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -23,3 +23,10 @@ PKG_RELEASE:= 1
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_20_1),y)
+PKG_VERSION:= 2.20.1
+PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
+PKG_RELEASE:= 1
+PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+endif