summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-27 21:37:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-27 21:38:31 +0100
commitdd02d07d943f8fc2e31c9aa86e838556dcd24567 (patch)
tree5aed13960cb3cc406860f2c219b429ac9566da3e /target/config/Config.in.gdb
parent2eefb93f81917fa9bdf183fcdea6fa4820cd08ab (diff)
bfin: prefer FDPIC
Use FDPIC by default. Limit gcc to a working one. Default to a working gdb version. Be sure to use uCLinux symbol only for BFLAT.
Diffstat (limited to 'target/config/Config.in.gdb')
-rw-r--r--target/config/Config.in.gdb3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index 89ae86b7e..87c384095 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -3,6 +3,7 @@
choice
prompt "GNU debugger version"
+default ADK_TOOLCHAIN_GDB_7_9_1 if ADK_TARGET_ARCH_BFIN
default ADK_TOOLCHAIN_GDB_7_10
config ADK_TOOLCHAIN_GDB_GIT
@@ -13,6 +14,7 @@ config ADK_TOOLCHAIN_GDB_7_10
bool "7.10"
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"
@@ -22,6 +24,7 @@ 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