Makefile.inc 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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_ARC),y)
  37. PKG_VERSION:= arc-2020.09-eng007
  38. PKG_GIT:= tag
  39. PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git
  40. PKG_RELEASE:= 1
  41. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  42. endif
  43. ifeq ($(ADK_TOOLCHAIN_GCC_AVR32),y)
  44. PKG_VERSION:= 4.4.7
  45. PKG_HASH:= 76ad7c433af1c798a1e116c4dfa8f5f794f0d32bff65f88c54dcd5e5d146fc32
  46. PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
  47. PKG_RELEASE:= 1
  48. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  49. LIBSTDCXXVER:= 19
  50. endif
  51. ifeq ($(ADK_TOOLCHAIN_GCC_METAG),y)
  52. PKG_VERSION:= 4.2.4
  53. PKG_HASH:= 7cb75c5183bd18f415860084440377016dc78feeee2852227b831f2e4fcaa5d6
  54. PKG_SITES:= http://gcc.cybermirror.org/releases/gcc-${PKG_VERSION}/
  55. PKG_RELEASE:= 1
  56. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  57. LIBSTDCXXVER:= 19
  58. endif
  59. ifeq ($(ADK_TOOLCHAIN_GCC_LM32),y)
  60. PKG_VERSION:= 4.5.4
  61. PKG_HASH:= 33fb968907ef7b6c528f6395ba049eb34c4df859bf5aa6c2bc3856268801e078
  62. PKG_SITES:= https://ftp.gnu.org/gnu/gcc/gcc-$(PKG_VERSION)/
  63. PKG_RELEASE:= 1
  64. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  65. LIBSTDCXXVER:= 19
  66. endif
  67. ifeq ($(ADK_TOOLCHAIN_GCC_NDS32),y)
  68. PKG_VERSION:= nds32-6.3.0-open
  69. PKG_HASH:= b23ce96df25dfdd5526496a3c2cd7ee1da4ed4094971a2e0c47c73ad7e1ad30a
  70. PKG_SITES:= https://github.com/andestech/gcc.git
  71. PKG_RELEASE:= 1
  72. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
  73. endif
  74. ifeq ($(ADK_TOOLCHAIN_GCC_GIT),y)
  75. PKG_VERSION:= git
  76. PKG_SITES:= https://github.com/gcc-mirror/gcc.git
  77. PKG_RELEASE:= 1
  78. LIBSTDCXXVER:= 23
  79. endif