Makefile.inc 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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:= gcc
  4. ifeq ($(ADK_TOOLCHAIN_GCC_10),y)
  5. PKG_VERSION:= 10.2.0
  6. PKG_HASH:= b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c
  7. PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
  8. PKG_RELEASE:= 1
  9. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  10. LIBSTDCXXVER:= 26
  11. endif
  12. ifeq ($(ADK_TOOLCHAIN_GCC_9),y)
  13. PKG_VERSION:= 9.3.0
  14. PKG_HASH:= 71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
  15. PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
  16. PKG_RELEASE:= 1
  17. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  18. LIBSTDCXXVER:= 25
  19. endif
  20. ifeq ($(ADK_TOOLCHAIN_GCC_8),y)
  21. PKG_VERSION:= 8.4.0
  22. PKG_HASH:= e30a6e52d10e1f27ed55104ad233c30bd1e99cfb5ff98ab022dc941edd1b2dd4
  23. PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
  24. PKG_RELEASE:= 1
  25. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  26. LIBSTDCXXVER:= 24
  27. endif
  28. ifeq ($(ADK_TOOLCHAIN_GCC_7),y)
  29. PKG_VERSION:= 7.5.0
  30. PKG_HASH:= b81946e7f01f90528a1f7352ab08cc602b9ccc05d4e44da4bd501c5a189ee661
  31. PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
  32. PKG_RELEASE:= 1
  33. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  34. LIBSTDCXXVER:= 23
  35. endif
  36. ifeq ($(ADK_TOOLCHAIN_GCC_AVR32),y)
  37. PKG_VERSION:= 4.4.7
  38. PKG_HASH:= 76ad7c433af1c798a1e116c4dfa8f5f794f0d32bff65f88c54dcd5e5d146fc32
  39. PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
  40. PKG_RELEASE:= 1
  41. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  42. LIBSTDCXXVER:= 19
  43. endif
  44. ifeq ($(ADK_TOOLCHAIN_GCC_METAG),y)
  45. PKG_VERSION:= 4.2.4
  46. PKG_HASH:= 7cb75c5183bd18f415860084440377016dc78feeee2852227b831f2e4fcaa5d6
  47. PKG_SITES:= http://gcc.cybermirror.org/releases/gcc-${PKG_VERSION}/
  48. PKG_RELEASE:= 1
  49. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  50. LIBSTDCXXVER:= 19
  51. endif
  52. ifeq ($(ADK_TOOLCHAIN_GCC_LM32),y)
  53. PKG_VERSION:= 4.5.4
  54. PKG_HASH:= 33fb968907ef7b6c528f6395ba049eb34c4df859bf5aa6c2bc3856268801e078
  55. PKG_SITES:= https://ftp.gnu.org/gnu/gcc/gcc-$(PKG_VERSION)/
  56. PKG_RELEASE:= 1
  57. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  58. LIBSTDCXXVER:= 19
  59. endif
  60. ifeq ($(ADK_TOOLCHAIN_GCC_NDS32),y)
  61. PKG_VERSION:= nds32-6.3.0-open
  62. PKG_HASH:= b23ce96df25dfdd5526496a3c2cd7ee1da4ed4094971a2e0c47c73ad7e1ad30a
  63. PKG_SITES:= https://github.com/andestech/gcc.git
  64. PKG_RELEASE:= 1
  65. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  66. endif
  67. ifeq ($(ADK_TOOLCHAIN_GCC_GIT),y)
  68. PKG_VERSION:= git
  69. PKG_SITES:= https://github.com/gcc-mirror/gcc.git
  70. PKG_RELEASE:= 1
  71. LIBSTDCXXVER:= 23
  72. endif