Makefile.inc 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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_0_1),y)
  5. PKG_VERSION:= 8.0.1
  6. PKG_RELEASE:= 1
  7. PKG_HASH:= 3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3
  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_GIT),y)
  27. PKG_VERSION:= git
  28. PKG_RELEASE:= 1
  29. PKG_SITES:= git://sourceware.org/git/binutils-gdb.git
  30. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  31. endif