Config.in.gdb.choice 469 B

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