Makefile.inc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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:= gdb
  4. ifeq ($(ADK_TOOLCHAIN_GDB_8_2),y)
  5. PKG_VERSION:= 8.2.1
  6. PKG_RELEASE:= 1
  7. PKG_HASH:= 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
  8. PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
  9. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  10. endif
  11. ifeq ($(ADK_TOOLCHAIN_GDB_6_7_1),y)
  12. PKG_VERSION:= 6.7.1
  13. PKG_RELEASE:= 1
  14. PKG_HASH:= a34c65163a2428e24891466b1f095249bc6301b64cfe9480f3aba341b58c3434
  15. PKG_SITES:= http://distfiles.openadk.org/
  16. DISTFILES:= gdb-6.7.1-avr32-2.1.5.tar.bz2
  17. WRKDIST= $(WRKDIR)/gdb-6.7.1-avr32-2.1.5
  18. endif
  19. ifeq ($(ADK_TOOLCHAIN_GDB_H8300_GIT),y)
  20. PKG_VERSION:= ysato-h8300
  21. PKG_RELEASE:= 1
  22. PKG_GIT:= branch
  23. PKG_SITES:= git://git.pf.osdn.jp/gitroot/y/ys/ysato/binutils_gdb.git
  24. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  25. endif
  26. ifeq ($(ADK_TOOLCHAIN_GDB_RISCV_GIT),y)
  27. PKG_VERSION:= riscv-gdb-8.1
  28. PKG_RELEASE:= 1
  29. PKG_GIT:= branch
  30. PKG_SITES:= https://github.com/riscv/riscv-binutils-gdb.git
  31. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  32. endif
  33. ifeq ($(ADK_TOOLCHAIN_GDB_GIT),y)
  34. PKG_VERSION:= git
  35. PKG_RELEASE:= 1
  36. PKG_SITES:= git://sourceware.org/git/binutils-gdb.git
  37. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  38. endif