Config.in.gdb.choice 582 B

12345678910111213141516171819202122232425262728
  1. choice
  2. prompt "GNU debugger version"
  3. default ADK_TOOLCHAIN_GDB_7_10
  4. config ADK_TOOLCHAIN_GDB_GIT
  5. bool "git"
  6. depends on !ADK_TARGET_ARCH_AVR32
  7. config ADK_TOOLCHAIN_GDB_7_10
  8. bool "7.10"
  9. depends on !ADK_TARGET_ARCH_AVR32
  10. depends on !ADK_TARGET_ARCH_H8300
  11. config ADK_TOOLCHAIN_GDB_7_9_1
  12. bool "7.9.1"
  13. depends on !ADK_TARGET_ARCH_AVR32
  14. depends on !ADK_TARGET_ARCH_H8300
  15. config ADK_TOOLCHAIN_GDB_7_8_2
  16. bool "7.8.2"
  17. depends on !ADK_TARGET_ARCH_AVR32
  18. depends on !ADK_TARGET_ARCH_H8300
  19. config ADK_TOOLCHAIN_GDB_6_7_1
  20. bool "6.7.1"
  21. depends on ADK_TARGET_ARCH_AVR32
  22. endchoice