| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.PKG_NAME:=		binutilsifeq ($(ADK_TOOLCHAIN_BINUTILS_2_30),y)PKG_VERSION:=		2.30PKG_RELEASE:=		1PKG_HASH:=		6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6PKG_SITES:=		${MASTER_SITE_GNU:=binutils/}DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xzendififeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y)PKG_VERSION:=		2.29.1PKG_RELEASE:=		1PKG_HASH:=		e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577PKG_SITES:=		${MASTER_SITE_GNU:=binutils/}DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xzendififeq ($(ADK_TOOLCHAIN_BINUTILS_2_28),y)PKG_VERSION:=		2.28PKG_RELEASE:=		1PKG_HASH:=		cd717966fc761d840d451dbd58d44e1e5b92949d2073d75b73fccb476d772fcfPKG_SITES:=		${MASTER_SITE_GNU:=binutils/}DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gzendififeq ($(ADK_TOOLCHAIN_BINUTILS_ARC),y)PKG_VERSION:=		arc-2018.03-eng009PKG_GIT:=		tagPKG_RELEASE:=		1PKG_SITES:=		https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.gitDISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xzendififeq ($(ADK_TOOLCHAIN_BINUTILS_CSKY),y)PKG_VERSION:=		binutils-2_27-branch-cskyPKG_GIT:=		branchPKG_RELEASE:=		1PKG_SITES:=		https://github.com/c-sky/binutils-gdb.gitDISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xzendififeq ($(ADK_TOOLCHAIN_BINUTILS_NDS32),y)PKG_VERSION:=		2.24-nds32PKG_RELEASE:=		1PKG_HASH:=		ab1c72aeed2d50403bdf67914e60d936279d065943d83d1c19c20462a7b82cdaPKG_SITES:=		http://distfiles.openadk.org/DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xzendififeq ($(ADK_TOOLCHAIN_BINUTILS_AVR32),y)PKG_VERSION:=		2.20.1PKG_RELEASE:=		1PKG_HASH:=		71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64PKG_SITES:=		${MASTER_SITE_GNU:=binutils/}DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.bz2endififeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)PKG_VERSION:=		gitPKG_RELEASE:=		1PKG_SITES:=		git://sourceware.org/git/binutils-gdb.gitDISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xzendif
 |