Config.in.gdb 842 B

12345678910111213141516171819202122232425262728293031323334
  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_7_10
  7. config ADK_TOOLCHAIN_GDB_GIT
  8. bool "git"
  9. depends on !ADK_TARGET_ARCH_AVR32
  10. config ADK_TOOLCHAIN_GDB_7_10
  11. bool "7.10"
  12. depends on !ADK_TARGET_ARCH_AVR32
  13. depends on !ADK_TARGET_ARCH_H8300
  14. depends on !ADK_TARGET_ARCH_BFIN
  15. config ADK_TOOLCHAIN_GDB_7_9_1
  16. bool "7.9.1"
  17. depends on !ADK_TARGET_ARCH_AVR32
  18. depends on !ADK_TARGET_ARCH_H8300
  19. config ADK_TOOLCHAIN_GDB_7_8_2
  20. bool "7.8.2"
  21. depends on !ADK_TARGET_ARCH_AVR32
  22. depends on !ADK_TARGET_ARCH_BFIN
  23. depends on !ADK_TARGET_ARCH_H8300
  24. config ADK_TOOLCHAIN_GDB_6_7_1
  25. bool "6.7.1"
  26. depends on ADK_TARGET_ARCH_AVR32
  27. endchoice