Config.in.gcc.choice 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. choice
  4. prompt "GCC version"
  5. default ADK_TOOLCHAIN_GCC_4_7_4 if ADK_TARGET_ARCH_C6X
  6. default ADK_TOOLCHAIN_GCC_4_5_4 if ADK_TARGET_ARCH_BFIN
  7. default ADK_TOOLCHAIN_GCC_4_8_0_ARC if ADK_TARGET_ARCH_ARC
  8. default ADK_TOOLCHAIN_GCC_4_4_7 if ADK_TARGET_ARCH_AVR32
  9. default ADK_TOOLCHAIN_GCC_4_9_2
  10. config ADK_TOOLCHAIN_GCC_GIT
  11. bool "git"
  12. depends on !ADK_TARGET_ARCH_ARC
  13. depends on !ADK_TARGET_ARCH_AVR32
  14. config ADK_TOOLCHAIN_GCC_5_1_0
  15. bool "5.1.0"
  16. depends on !ADK_TARGET_ARCH_BFIN
  17. depends on !ADK_TARGET_ARCH_ARC
  18. depends on !ADK_TARGET_ARCH_AVR32
  19. depends on !ADK_TARGET_ARCH_C6X
  20. depends on !ADK_TARGET_ARCH_H8300
  21. config ADK_TOOLCHAIN_GCC_4_9_2
  22. bool "4.9.2"
  23. depends on !ADK_TARGET_ARCH_BFIN
  24. depends on !ADK_TARGET_ARCH_ARC
  25. depends on !ADK_TARGET_ARCH_AVR32
  26. depends on !ADK_TARGET_ARCH_C6X
  27. depends on !ADK_TARGET_ARCH_H8300
  28. config ADK_TOOLCHAIN_GCC_4_8_4
  29. bool "4.8.4"
  30. depends on !ADK_TARGET_ARCH_BFIN
  31. depends on !ADK_TARGET_ARCH_AARCH64
  32. depends on !ADK_TARGET_ARCH_ARC
  33. depends on !ADK_TARGET_ARCH_AVR32
  34. depends on !ADK_TARGET_ARCH_CRIS
  35. depends on !ADK_TARGET_ARCH_TILE
  36. depends on !ADK_TARGET_ARCH_C6X
  37. depends on !ADK_TARGET_ARCH_H8300
  38. config ADK_TOOLCHAIN_GCC_4_8_3_ARC
  39. bool "4.8.3-arc"
  40. depends on ADK_TARGET_ARCH_ARC
  41. config ADK_TOOLCHAIN_GCC_4_7_4
  42. bool "4.7.4"
  43. depends on ADK_TARGET_ARCH_C6X \
  44. || ADK_TARGET_ARCH_SPARC
  45. config ADK_TOOLCHAIN_GCC_4_5_4
  46. bool "4.5.4"
  47. depends on ADK_TARGET_ARCH_BFIN
  48. config ADK_TOOLCHAIN_GCC_4_4_7
  49. bool "4.4.7"
  50. depends on ADK_TARGET_ARCH_AVR32
  51. endchoice