12345678910111213141516171819202122232425262728293031323334353637383940 |
- # This file is part of the OpenADK project. OpenADK is copyrighted
- # material, please see the LICENCE file in the top-level directory.
- PKG_NAME:= binutils
- ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_24),y)
- PKG_VERSION:= 2.24
- PKG_RELEASE:= 1
- PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
- PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
- DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
- endif
- ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_23_ARC),y)
- # git commit afcd0783a37c73e09439737a11e0b3183746a652
- # https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/tree/arc-2.23-tls
- PKG_VERSION:= 2.23
- PKG_RELEASE:= 1
- PKG_MD5SUM:= d93bc027e259b00e91810d563575b54f
- 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_RELEASE:= 1
- PKG_MD5SUM:= 8b3ad7090e3989810943aa19103fdb83
- 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_RELEASE:= 1
- PKG_MD5SUM:= eccf0f9bc62864b29329e3302c88a228
- PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
- DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
- endif
- ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
- PKG_VERSION:= git
- PKG_RELEASE:= 1
- PKG_REPO:= git://sourceware.org/git/binutils-gdb.git
- DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
- endif
|