1
0

Config.in.gdb 718 B

12345678910111213141516171819202122232425262728293031
  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 "GNU debugger version"
  5. default ADK_TOOLCHAIN_GDB_7_10
  6. config ADK_TOOLCHAIN_GDB_GIT
  7. bool "git"
  8. depends on !ADK_TARGET_ARCH_AVR32
  9. config ADK_TOOLCHAIN_GDB_7_10
  10. bool "7.10"
  11. depends on !ADK_TARGET_ARCH_AVR32
  12. depends on !ADK_TARGET_ARCH_H8300
  13. config ADK_TOOLCHAIN_GDB_7_9_1
  14. bool "7.9.1"
  15. depends on !ADK_TARGET_ARCH_AVR32
  16. depends on !ADK_TARGET_ARCH_H8300
  17. config ADK_TOOLCHAIN_GDB_7_8_2
  18. bool "7.8.2"
  19. depends on !ADK_TARGET_ARCH_AVR32
  20. depends on !ADK_TARGET_ARCH_H8300
  21. config ADK_TOOLCHAIN_GDB_6_7_1
  22. bool "6.7.1"
  23. depends on ADK_TARGET_ARCH_AVR32
  24. endchoice