Makefile.inc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. PKG_NAME:= binutils
  4. ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_24),y)
  5. PKG_VERSION:= 2.24
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
  8. PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
  9. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  10. endif
  11. ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_23_ARC),y)
  12. # git commit afcd0783a37c73e09439737a11e0b3183746a652
  13. # https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/tree/arc-2.23-tls
  14. PKG_VERSION:= 2.23
  15. PKG_RELEASE:= 1
  16. PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
  17. PKG_SITES:= http://www.openadk.org/distfiles/
  18. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz
  19. endif
  20. ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_22),y)
  21. PKG_VERSION:= 2.22
  22. PKG_RELEASE:= 1
  23. PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
  24. PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
  25. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  26. endif
  27. ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_20_1),y)
  28. PKG_VERSION:= 2.20.1
  29. PKG_RELEASE:= 1
  30. PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
  31. PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
  32. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  33. endif
  34. ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
  35. PKG_VERSION:= git
  36. PKG_RELEASE:= 1
  37. PKG_REPO:= git://sourceware.org/git/binutils-gdb.git
  38. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  39. endif