Config.in.gdb 1.0 KB

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