Config.in.gcc.choice 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. select ADK_DISABLE_HONOUR_CFLAGS
  15. config ADK_TOOLCHAIN_GCC_5_1_0
  16. bool "5.1.0"
  17. depends on !ADK_TARGET_ARCH_BFIN
  18. depends on !ADK_TARGET_ARCH_ARC
  19. depends on !ADK_TARGET_ARCH_AVR32
  20. depends on !ADK_TARGET_ARCH_C6X
  21. depends on !ADK_TARGET_ARCH_H8300
  22. config ADK_TOOLCHAIN_GCC_4_9_2
  23. bool "4.9.2"
  24. depends on !ADK_TARGET_ARCH_BFIN
  25. depends on !ADK_TARGET_ARCH_ARC
  26. depends on !ADK_TARGET_ARCH_AVR32
  27. depends on !ADK_TARGET_ARCH_C6X
  28. depends on !ADK_TARGET_ARCH_H8300
  29. config ADK_TOOLCHAIN_GCC_4_8_4
  30. bool "4.8.4"
  31. depends on !ADK_TARGET_ARCH_BFIN
  32. depends on !ADK_TARGET_ARCH_AARCH64
  33. depends on !ADK_TARGET_ARCH_ARC
  34. depends on !ADK_TARGET_ARCH_AVR32
  35. depends on !ADK_TARGET_ARCH_CRIS
  36. depends on !ADK_TARGET_ARCH_TILE
  37. depends on !ADK_TARGET_ARCH_C6X
  38. depends on !ADK_TARGET_ARCH_H8300
  39. config ADK_TOOLCHAIN_GCC_4_8_3_ARC
  40. bool "4.8.3-arc"
  41. depends on ADK_TARGET_ARCH_ARC
  42. config ADK_TOOLCHAIN_GCC_4_7_4
  43. bool "4.7.4"
  44. depends on ADK_TARGET_ARCH_C6X \
  45. || ADK_TARGET_ARCH_SPARC
  46. config ADK_TOOLCHAIN_GCC_4_5_4
  47. bool "4.5.4"
  48. depends on ADK_TARGET_ARCH_BFIN
  49. config ADK_TOOLCHAIN_GCC_4_4_7
  50. bool "4.4.7"
  51. depends on ADK_TARGET_ARCH_AVR32
  52. endchoice