Config.in.gdb 904 B

12345678910111213141516171819202122232425262728293031323334353637
  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_H8300_GIT if ADK_TARGET_ARCH_H8300
  6. default ADK_TOOLCHAIN_GDB_7_11
  7. config ADK_TOOLCHAIN_GDB_GIT
  8. bool "git"
  9. depends on !ADK_TARGET_ARCH_AVR32
  10. depends on !ADK_TARGET_ARCH_H8300
  11. config ADK_TOOLCHAIN_GDB_H8300_GIT
  12. bool "h8300-git"
  13. depends on ADK_TARGET_ARCH_H8300
  14. config ADK_TOOLCHAIN_GDB_7_11
  15. bool "7.11"
  16. depends on !ADK_TARGET_ARCH_AVR32
  17. depends on !ADK_TARGET_ARCH_H8300
  18. config ADK_TOOLCHAIN_GDB_7_10_1
  19. bool "7.10.1"
  20. depends on !ADK_TARGET_ARCH_AVR32
  21. depends on !ADK_TARGET_ARCH_H8300
  22. config ADK_TOOLCHAIN_GDB_7_9_1
  23. bool "7.9.1"
  24. depends on !ADK_TARGET_ARCH_AVR32
  25. depends on !ADK_TARGET_ARCH_H8300
  26. config ADK_TOOLCHAIN_GDB_6_7_1
  27. bool "6.7.1"
  28. depends on ADK_TARGET_ARCH_AVR32
  29. endchoice