diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-25 14:10:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-25 14:10:55 +0100 |
commit | 2fe84415b2385bb3666734c3941bd361ef0e2fa8 (patch) | |
tree | d0c79c80b2142ce2fc3e3806f68dad3b64b20ad4 /target | |
parent | 4a74482dfa4955ceaf9087453c96d32cb7eca22d (diff) |
bfin: gdb compiles perfectly well with out-of-tree compile. thanks Mike for the help
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.gdb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb index 79d20dd67..084b7c39a 100644 --- a/target/config/Config.in.gdb +++ b/target/config/Config.in.gdb @@ -3,7 +3,6 @@ choice prompt "GNU debugger version" -default ADK_TOOLCHAIN_GDB_7_9_1 if ADK_TARGET_ARCH_BFIN default ADK_TOOLCHAIN_GDB_H8300_GIT if ADK_TARGET_ARCH_H8300 default ADK_TOOLCHAIN_GDB_7_10_1 @@ -21,7 +20,6 @@ config ADK_TOOLCHAIN_GDB_7_10_1 bool "7.10.1" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_H8300 - depends on !ADK_TARGET_ARCH_BFIN config ADK_TOOLCHAIN_GDB_7_9_1 bool "7.9.1" @@ -31,7 +29,6 @@ config ADK_TOOLCHAIN_GDB_7_9_1 config ADK_TOOLCHAIN_GDB_7_8_2 bool "7.8.2" depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_H8300 config ADK_TOOLCHAIN_GDB_6_7_1 |