Makefile.inc 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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_35),y)
  5. PKG_VERSION:= 2.35
  6. PKG_RELEASE:= 1
  7. PKG_HASH:= 1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85
  8. PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
  9. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  10. endif
  11. ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_28),y)
  12. PKG_VERSION:= 2.28
  13. PKG_RELEASE:= 1
  14. PKG_HASH:= cd717966fc761d840d451dbd58d44e1e5b92949d2073d75b73fccb476d772fcf
  15. PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
  16. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  17. endif
  18. ifeq ($(ADK_TOOLCHAIN_BINUTILS_NDS32),y)
  19. PKG_VERSION:= nds32-binutils-2.30-branch-open
  20. PKG_GIT:= branch
  21. PKG_RELEASE:= 1
  22. PKG_SITES:= https://github.com/andestech/binutils.git
  23. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  24. endif
  25. ifeq ($(ADK_TOOLCHAIN_BINUTILS_AVR32),y)
  26. PKG_VERSION:= 2.20.1
  27. PKG_RELEASE:= 1
  28. PKG_HASH:= 71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64
  29. PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
  30. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
  31. endif
  32. ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
  33. PKG_VERSION:= git
  34. PKG_RELEASE:= 1
  35. PKG_SITES:= git://sourceware.org/git/binutils-gdb.git
  36. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  37. endif