Config.in.gdb.choice 399 B

123456789101112131415161718192021
  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. config ADK_TOOLCHAIN_GDB_7_8_2
  11. bool "7.8.2"
  12. depends on !ADK_TARGET_ARCH_AVR32
  13. config ADK_TOOLCHAIN_GDB_6_7_1
  14. bool "6.7.1"
  15. depends on ADK_TARGET_ARCH_AVR32
  16. endchoice