diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 10:49:13 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 10:49:13 -0600 |
commit | f219dad314e8aa6cde751569027603948a73c823 (patch) | |
tree | 2c71158dacc3be3d06968d9cb97f09581ed6d77d /target | |
parent | fefe22da62eab0fcb5eccde2a0d189d3b8f21cf2 (diff) |
add support for old avr32 gdb
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.toolchain | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 6acd860fd..8e104b4c1 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -95,6 +95,23 @@ config ADK_TOOLCHAIN_BINUTILS_GIT endchoice +choice +prompt "GNU debugger version" + +config ADK_TOOLCHAIN_GDB_7_8_2 + bool "7.8.2" + depends on !ADK_TARGET_ARCH_AVR32 + +config ADK_TOOLCHAIN_GDB_6_7_1 + bool "6.7.1" + depends on ADK_TARGET_ARCH_AVR32 + +config ADK_TOOLCHAIN_GDB_GIT + bool "git" + depends on !ADK_TARGET_ARCH_AVR32 + +endchoice + config ADK_TARGET_CFLAGS_OPT string default "-Os -pipe" if ADK_TARGET_CFLAGS_OPT_OS |